aboutsummaryrefslogtreecommitdiffstats
path: root/src/versioninfo.rc.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add version macros and check function.Werner Koch2013-02-231-2/+2
| | | | | | | | | | | | | | | | | | | * configure.ac (VERSION_NUMBER): New ac_subst. (BUILD_FILEVERSION): Build on all platforms (BUILD_TIMESTAMP): Try to use an ISO string. * src/Makefile.am (extra-h.in): Add new version numbers. * src/versioninfo.rc.in: Update copyright year. * src/version.c: New. (gpg_error_check_version): New API. * src/gpg-error.h.in: Add gpg_error_check_version prototype. * src/gpg-error.def.in: Add gpg_error_check_version * tests/t-version.c: New. * tests/Makefile.am (TESTS): Add t-version.c * src/gpg-error-config.in: s/VERSION/PACKAGE_VERSION/. -- All other GnuPG libraries do this, thus we do it here as well.
* Switch to the new automagic beta numbering scheme.Werner Koch2012-11-161-4/+4
| | | | | | * configure.ac: Change to a git only revision id setup. (BUILD_FILEVERSION): Use revision id for this. * src/versioninfo.rc.in (FileVersion): Use LT version.
* Final changes for building a DLL.Werner Koch2005-08-191-2/+2
|
* Does now allow to build a W32 DLL.Werner Koch2005-08-191-0/+52