summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-24 04:26:41 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-24 04:26:41 +0000
commit6a0e830586380aafe71e9709814624057e21ca79 (patch)
tree60f70b379afade08c1ff358dfab7a6724d0eba7a /configure.ac
parente89c06607a5763356e0d11e3871b2a3f1e444a94 (diff)
downloadlibgpod-6a0e830586380aafe71e9709814624057e21ca79.tar.gz
libgpod-6a0e830586380aafe71e9709814624057e21ca79.tar.xz
libgpod-6a0e830586380aafe71e9709814624057e21ca79.zip
* itdb.h/itdb_playlist.c: new functions: itdb_playlist_is_mpl()
and itdb_playlist_is_podcasts() * itdb_track.c: update itdb_track_duplicate() * itdb_itunesdb.c: read/write timestamp in playlists. Set timestamp if previously unset. * itdb_playlist.c: set timestamp when creating playlist, set timestamp when adding playlist and no timestamp was set. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1101 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 92490ba..4cbed98 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=5
+LIBGPOD_MICRO_VERSION=6
LIBGPOD_INTERFACE_AGE=0
# If you need a modifier for the version number.
# Normally empty, but can be used to make "fixup" releases.