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
commit6ba8af05db1083fe2b35ad671c0dd122b105f454 (patch)
tree99b5723d63cd32340dea3e281041deef32cd5bcb /configure.ac
parent6b34c8439bbf39568e4db41f9ccdeb16806bce8b (diff)
downloadlibgpod-6ba8af05db1083fe2b35ad671c0dd122b105f454.tar.gz
libgpod-6ba8af05db1083fe2b35ad671c0dd122b105f454.tar.xz
libgpod-6ba8af05db1083fe2b35ad671c0dd122b105f454.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.