aboutsummaryrefslogtreecommitdiffstats
path: root/src/versioninfo.rc.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-25Release 1.22.libgpg-error-1.22Werner Koch1-1/+1
* configure.ac: Set LT version to C18/A18/R0. Signed-off-by: Werner Koch <[email protected]>
2015-03-06w32: Add a manifest to libgpg-error.Werner Koch1-0/+1
* src/gpg-error.w32-manifest.in: New. * src/Makefile.am (EXTRA_DIST): Add it. (versioninfo.lo): Depend on it. * src/versioninfo.rc.in: Add it. * configure.ac (AC_CONFIG_FILES): Add it. (BUILD_VERSION): New. Signed-off-by: Werner Koch <[email protected]>
2013-02-23Add version macros and check function.Werner Koch1-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.
2012-11-16Switch to the new automagic beta numbering scheme.Werner Koch1-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.
2005-08-19Final changes for building a DLL.Werner Koch1-2/+2
2005-08-19Does now allow to build a W32 DLL.Werner Koch1-0/+52