summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-23 16:59:34 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-23 16:59:34 +0000
commite89c06607a5763356e0d11e3871b2a3f1e444a94 (patch)
treea84a90286df174cf677f23de8767dbd6c7d90093 /configure.ac
parent4736ad7ce4ec22c710d1519b2d80b972de9774b8 (diff)
downloadlibgpod-e89c06607a5763356e0d11e3871b2a3f1e444a94.tar.gz
libgpod-e89c06607a5763356e0d11e3871b2a3f1e444a94.tar.xz
libgpod-e89c06607a5763356e0d11e3871b2a3f1e444a94.zip
* bindings/: added python bindings provided by Nicholas Piper
<nick at nickpiper co uk> * itdb.h: added enum ItdbPlFlag and Itdb_Playlist->podcastflag field. * itdb.h/itdb_itunesdb.c: added time_released field * itdb_itunesdb.c: rewrote write_playlist() for easier maintenance. * itdb_itunesdb.c: read/write support for podcast playlists including chapterdata (but only in raw format) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1100 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ed39814..92490ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AM_CONFIG_HEADER(config.h)
#
LIBGPOD_MAJOR_VERSION=0
LIBGPOD_MINOR_VERSION=1
-LIBGPOD_MICRO_VERSION=4
+LIBGPOD_MICRO_VERSION=5
LIBGPOD_INTERFACE_AGE=0
# If you need a modifier for the version number.
# Normally empty, but can be used to make "fixup" releases.
@@ -24,7 +24,7 @@ dnl libtool versioning from libgnome
LIBGPOD_CURRENT=`expr 100 '*' $LIBGPOD_MINOR_VERSION + $LIBGPOD_MICRO_VERSION - $LIBGPOD_INTERFACE_AGE`
LIBGPOD_BINARY_AGE=`expr 100 '*' $LIBGPOD_MINOR_VERSION + $LIBGPOD_MICRO_VERSION`
-# LIBGPOD_BINARY_AGE=0
+LIBGPOD_BINARY_AGE=0
LIBGPOD_REVISION=$LIBGPOD_INTERFACE_AGE
LIBGPOD_AGE=`expr $LIBGPOD_BINARY_AGE - $LIBGPOD_INTERFACE_AGE`