summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2006-03-04 13:18:23 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2006-03-04 13:18:23 +0000
commitacece01d325781e8165e53a73e686aea8bebffe5 (patch)
tree99b5723d63cd32340dea3e281041deef32cd5bcb /configure.ac
parent905fba1f0b04dc26ab0bc985529f1633dacea423 (diff)
downloadlibgpod-acece01d325781e8165e53a73e686aea8bebffe5.tar.gz
libgpod-acece01d325781e8165e53a73e686aea8bebffe5.tar.xz
libgpod-acece01d325781e8165e53a73e686aea8bebffe5.zip
* configure.ac: bumped version to 0.3.2 for release.
* db-artwork-writer.c: increased IPOD_MMAP_SIZE from 2 to 16 MB as a temporary workaround until a propoer solution can be implemented. * db-itunes-parser.h: replaced the #pragma pack(4) with an 'packed' attribute on _MhiiHeader only. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1211 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 0c8d494..e6c0cb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AM_CONFIG_HEADER(config.h)
#
LIBGPOD_MAJOR_VERSION=0
LIBGPOD_MINOR_VERSION=3
-LIBGPOD_MICRO_VERSION=1
+LIBGPOD_MICRO_VERSION=2
LIBGPOD_INTERFACE_AGE=0
# If you need a modifier for the version number.
# Normally empty, but can be used to make "fixup" releases.