diff options
| author | Sam Varshavchik | 2017-07-02 10:56:13 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2017-07-02 10:56:13 -0400 | 
| commit | 6960037bb1c2a566a6cf74275be336e43697a0dc (patch) | |
| tree | a70c53a8e341df4e2eb5947a4de5e67a60cc0444 | |
| parent | 580289a298c23850cc228e0ba6778fab417708be (diff) | |
| parent | 28cc25b68370b9e38cabfce60cfa4f033d45a7c0 (diff) | |
| download | courier-libs-6960037bb1c2a566a6cf74275be336e43697a0dc.tar.bz2 | |
Merge branch 'master' of monster:/home/var/www/gitrepos/courier-libs
| -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 | 
