diff options
Diffstat (limited to 'include/config.wnt.h')
-rw-r--r-- | include/config.wnt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.wnt.h b/include/config.wnt.h index 6e22f38e..deb0fe39 100644 --- a/include/config.wnt.h +++ b/include/config.wnt.h @@ -457,13 +457,13 @@ #define PACKAGE_NAME "alpine" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "alpine 2.21.9999" +#define PACKAGE_STRING "alpine 2.21.99999" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "alpine" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.21.9999" +#define PACKAGE_VERSION "2.21.99999" /* Program users use to change their password */ /* #undef PASSWD_PROG */ @@ -577,7 +577,7 @@ #define UTF8_INTERNAL /* Version number of package */ -#define VERSION "2.21.9999" +#define VERSION "2.21.99999" /* Windows is just too different */ #ifndef _WINDOWS |