diff options
| author | Sam Varshavchik | 2014-04-13 21:37:49 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2014-04-13 21:37:49 -0400 | 
| commit | e10a45421d2b95babe34eb31dbd09bda68a2a590 (patch) | |
| tree | c7dd92b7fa47f5c8cc68cb6428dd8f2f5f345bed /unicode/configure.ac | |
| parent | e7650ab352897866149c5b7765aba74ea13b4aa5 (diff) | |
| download | courier-libs-e10a45421d2b95babe34eb31dbd09bda68a2a590.tar.bz2 | |
courier-unicode: remove pure virtual functions in the C++ classes.
Callbacks from the C library can get invoked from the base class's
destructor.
Bump shared library version.
Diffstat (limited to 'unicode/configure.ac')
| -rw-r--r-- | unicode/configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/unicode/configure.ac b/unicode/configure.ac index 67b55f6..5f42966 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.0], [courier-users@lists.sourceforge.net]) +AC_INIT([courier-unicode], [1.1], [courier-users@lists.sourceforge.net])  >confdefs.h  # Kill PACKAGE_ macros | 
