diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -6,7 +6,9 @@ 'Local' repository in gtkpod (or any other application). * README: added quick HOWTO use libgpod - + + * bumped version to 0.3.0 for release. + 2005-12-10 Jorg Schuler <jcsjcs at users.sourceforge.net> * src/ithumb-writer.c: fixed typo leading to segfault. diff --git a/configure.ac b/configure.ac index ab1a84e..14bd7ce 100644 --- a/configure.ac +++ b/configure.ac @@ -12,8 +12,8 @@ AM_CONFIG_HEADER(config.h) # set LIBGPOD_BINARY_AGE and LIBGPOD_INTERFACE_AGE to 0. # LIBGPOD_MAJOR_VERSION=0 -LIBGPOD_MINOR_VERSION=2 -LIBGPOD_MICRO_VERSION=2 +LIBGPOD_MINOR_VERSION=3 +LIBGPOD_MICRO_VERSION=0 LIBGPOD_INTERFACE_AGE=0 # If you need a modifier for the version number. # Normally empty, but can be used to make "fixup" releases. |