summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-11-21 21:49:37 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-11-21 21:49:37 +0000
commit0f0ea6f54a59f5021b475c41755db6ed912f407c (patch)
tree9187283ba5aff30906784c44c6d90989009fc9ba
parentd5cc4027c252f043cb2c363c6550c43bf6d2e6c0 (diff)
downloadlibgpod-0f0ea6f54a59f5021b475c41755db6ed912f407c.tar.gz
libgpod-0f0ea6f54a59f5021b475c41755db6ed912f407c.tar.xz
libgpod-0f0ea6f54a59f5021b475c41755db6ed912f407c.zip
2005-11-21 Christophe Fergeau <teuf@gnome.org>
* configure.ac: set version number to 0.2.0 * src/Makefile.am: added glib-compat.h git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1162 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac4
-rw-r--r--src/Makefile.am3
3 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 46ef0d3..920fde4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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