diff options
| author | Sam Varshavchik | 2017-06-23 06:45:46 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2017-06-23 06:50:09 -0400 |
| commit | f40bde0092fe7dd9c73c4a7ec91a56cf713e3427 (patch) | |
| tree | fa3c5c491d3f73cc50fc873463c1ca231a1a91ea /unicode | |
| parent | c66f55920f446f3e4ddb603496bb4f9d42559ea2 (diff) | |
| download | courier-libs-f40bde0092fe7dd9c73c4a7ec91a56cf713e3427.tar.bz2 | |
Bump version
Diffstat (limited to 'unicode')
| -rw-r--r-- | unicode/ChangeLog | 2 | ||||
| -rw-r--r-- | unicode/configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/unicode/ChangeLog b/unicode/ChangeLog index 95f525f..12106dd 100644 --- a/unicode/ChangeLog +++ b/unicode/ChangeLog @@ -1,3 +1,5 @@ +2.0 + 2017-03-06 Sam Varshavchik <mrsam@courier-mta.com> * Migrate to C++11: remove unicode_char, use char32_t. Replace diff --git a/unicode/configure.ac b/unicode/configure.ac index f71bb4b..fe6aa3b 100644 --- a/unicode/configure.ac +++ b/unicode/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([courier-unicode], [1.5.20170315], [courier-users@lists.sourceforge.net]) +AC_INIT([courier-unicode], [2.0], [courier-users@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros |
