diff options
author | Eduardo Chappa <chappa@washington.edu> | 2014-02-09 21:12:19 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2014-02-09 21:12:19 -0700 |
commit | 4a1cb9fd5554ef858945894a4dbe36e55f965934 (patch) | |
tree | b151a39b6ba9e9813768e263ce6a2b44d37eaefb /include | |
parent | e75dd9ceb169094ba4e6c22cd9327f1bb5a59777 (diff) | |
download | alpine-4a1cb9fd5554ef858945894a4dbe36e55f965934.tar.xz |
* Update to version 2.19.6
* Fixes to documentation to update old washington.edu/alpine site
for patches.freeiz.com/alpine/
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 a208b4f9..630807e9 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.5" +#define PACKAGE_STRING "alpine 2.19.6" /* 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.5" +#define PACKAGE_VERSION "2.19.6" /* 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.5" +#define VERSION "2.19.6" /* Windows is just too different */ #ifndef _WINDOWS |