update version string to 20101103

This commit is contained in:
agc 2010-11-04 07:02:25 +00:00
parent da498fd5a2
commit 46e6961a97
1 changed files with 6 additions and 3 deletions

View File

@ -43,6 +43,9 @@
/* Define to 1 if you have the <openssl/bn.h> header file. */
#define HAVE_OPENSSL_BN_H 1
/* Define to 1 if you have the <openssl/camellia.h> header file. */
#define HAVE_OPENSSL_CAMELLIA_H 1
/* Define to 1 if you have the <openssl/cast.h> header file. */
#define HAVE_OPENSSL_CAST_H 1
@ -125,19 +128,19 @@
#define PACKAGE_NAME "netpgp"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "netpgp 20100708"
#define PACKAGE_STRING "netpgp 20101103"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "netpgp"
/* Define to the version of this package. */
#define PACKAGE_VERSION "20100708"
#define PACKAGE_VERSION "20101103"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "20100708"
#define VERSION "20101103"
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the