diff options
author | Eduardo Chappa <chappa@washington.edu> | 2016-05-29 17:30:20 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2016-05-29 17:30:20 -0600 |
commit | 0e9b405ad29edbf0c1cfde0357d8b5c6353fc194 (patch) | |
tree | 51d89f020da48d1f785fed5b201c9eeb0d0bf298 /include | |
parent | dbb9b8a9c80985dec59650cc9b7a5ec638d4d19a (diff) | |
download | alpine-0e9b405ad29edbf0c1cfde0357d8b5c6353fc194.tar.xz |
* New version 2.20.13.
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 1ee37c3f..e30e8c78 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.20.12" +#define PACKAGE_STRING "alpine 2.20.13" /* 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.20.12" +#define PACKAGE_VERSION "2.20.13" /* Program users use to change their password */ /* #undef PASSWD_PROG */ @@ -552,7 +552,7 @@ #define UTF8_INTERNAL /* Version number of package */ -#define VERSION "2.20.12" +#define VERSION "2.20.13" /* Windows is just too different */ #ifndef _WINDOWS |