summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2006-03-04 13:18:23 +0000
committerjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2006-03-04 13:18:23 +0000
commit45b5b4620644a2cbd7fed5203e05d0c8e270fa6e (patch)
tree99b5723d63cd32340dea3e281041deef32cd5bcb /configure.ac
parent2178def6e6e8946ed6c0b92ebb583abdb871f92e (diff)
downloadlibgpod-45b5b4620644a2cbd7fed5203e05d0c8e270fa6e.tar.gz
libgpod-45b5b4620644a2cbd7fed5203e05d0c8e270fa6e.tar.xz
libgpod-45b5b4620644a2cbd7fed5203e05d0c8e270fa6e.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.