From 695392ca6053ce23014e02fa215ed28bca7afe40 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Sun, 11 Dec 2005 14:12:46 +0000 Subject: * bumped version to 0.3.0 for release. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1195 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 4 +++- configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 94920d9..de9cedb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 * 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. -- cgit