diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | src/Makefile.am | 3 |
3 files changed, 14 insertions, 3 deletions
@@ -1,5 +1,15 @@ 2005-11-21 Christophe Fergeau <teuf@gnome.org> + * configure.ac: set version number to 0.2.0 + * src/Makefile.am: added glib-compat.h + +2005-11-21 Christophe Fergeau <teuf@gnome.org> + + * configure.ac: + * src/Makefile.am: + +2005-11-21 Christophe Fergeau <teuf@gnome.org> + * src/glib-compat.h: added a missing helper file for glib 2.4 compilation diff --git a/configure.ac b/configure.ac index a33382c..f145533 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=1 -LIBGPOD_MICRO_VERSION=8 +LIBGPOD_MINOR_VERSION=2 +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. diff --git a/src/Makefile.am b/src/Makefile.am index 30e7d16..29378ea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,8 @@ libgpod_la_SOURCES = \ ipod-device.c \ ipod-device.h \ hal-common.c \ - hal-common.h + hal-common.h \ + glib-compat.h libgpod_la_headers = itdb.h ipod-device.h |