diff options
author | Eduardo Chappa <chappa@washington.edu> | 2014-03-10 00:17:48 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2014-03-10 00:17:48 -0600 |
commit | 6a18937898292e97c15289e5ecd5d8f1c2205110 (patch) | |
tree | f1b5c155faa96d81e463d1879eb5f4f6185d4f6e /include | |
parent | 228b2570e23919e9900b16037d2e407264f50637 (diff) | |
download | alpine-6a18937898292e97c15289e5ecd5d8f1c2205110.tar.xz |
* Bump version to 2.19.9.
* Fix windows strings to match version.
Diffstat (limited to 'include')
-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 644ce1eb..a6634dd8 100644 --- a/include/config.wnt.h +++ b/include/config.wnt.h @@ -454,13 +454,13 @@ #define PACKAGE_NAME "alpine" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "alpine 2.19.8" +#define PACKAGE_STRING "alpine 2.19.9" /* 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.19.8" +#define PACKAGE_VERSION "2.19.9" /* Program users use to change their password */ /* #undef PASSWD_PROG */ @@ -552,7 +552,7 @@ #define UTF8_INTERNAL /* Version number of package */ -#define VERSION "2.19.8" +#define VERSION "2.19.9" /* Windows is just too different */ #ifndef _WINDOWS |