1dnl Fig2dev: Translate Fig code to various Devices
2dnl Copyright (c) 1991 by Micah Beck
3dnl Parts Copyright (c) 1985-1988 by Supoj Sutanthavibul
4dnl Parts Copyright (c) 1989-2015 by Brian V. Smith
5dnl Parts Copyright (c) 2015-2021 by Thomas Loimer
6dnl
7dnl Any party obtaining a copy of these files is granted, free of charge, a
8dnl full and unrestricted irrevocable, world-wide, paid up, royalty-free,
9dnl nonexclusive right and license to deal in this software and documentation
10dnl files (the "Software"), including without limitation the rights to use,
11dnl copy, modify, merge, publish, distribute, sublicense and/or sell copies
12dnl of the Software, and to permit persons who receive copies from any such
13dnl party to do so, with the only requirement being that the above copyright
14dnl and this permission notice remain intact.
15
16dnl
17dnl version.m4: Version information for inclusion by configure.ac.
18dnl
19
20dnl The version information is kept separately from configure.ac.
21dnl Thus, configure.ac can remain unchanged between different versions.
22dnl The values in this file are set by update_version_m4 if
23dnl ./configure is called with --enable_versioning.
24
25m4_define([FIG_VERSION], [3.2.8a])
26
27dnl AC_INIT does not have access to shell variables.
28dnl Therefore, define RELEASEDATE as a macro.
29m4_define([RELEASEDATE], [Mar 2021])
30