source: trunk/src/config.h @ 262

Last change on this file since 262 was 259, checked in by Matthew Whiting, 17 years ago
  • Added the changes since the last numbered release to the CHANGES file, so that the beta version tarball can see them.
  • Added src/config.h to the repository -- this is the temporary version used by me when developing. It will not be copied to the tarball, and so will not be seen by users when they compile (they instead see the version constructed in the configure stage).
  • Updated the version number to 1.1b in configure.ac & configure.
File size: 720 bytes
Line 
1/* src/config.h.  Dummy version -- will be overwritten by
2                  the version generated by configure.  */
3
4/* Define these first for testing purposes */
5
6/* Define to the address where bug reports for this package should be sent. */
7#define PACKAGE_BUGREPORT "matthew.whiting@csiro.au"
8
9/* Define to the full name of this package. */
10#define PACKAGE_NAME "Duchamp"
11
12/* Define to the full name and version of this package. */
13#define PACKAGE_STRING "Duchamp 1.1b"
14
15/* Define to the one symbol short name of this package. */
16#define PACKAGE_TARNAME "duchamp"
17
18/* Define to the version of this package. */
19#define PACKAGE_VERSION "1.1b"
20
21/* Define to 1 if stdbool.h conforms to C99. */
22#define HAVE_STDBOOL_H 1
23
Note: See TracBrowser for help on using the repository browser.