diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-21 21:49:37 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-21 21:49:37 +0000 |
| commit | 0f4443b408390426c7d1c39ee9cb20e5a7f75c8a (patch) | |
| tree | 9187283ba5aff30906784c44c6d90989009fc9ba /configure.ac | |
| parent | 3fc485dd3b42c6011c3c9bde3fd5738de6dc7d58 (diff) | |
| download | libgpod-0f4443b408390426c7d1c39ee9cb20e5a7f75c8a.tar.gz libgpod-0f4443b408390426c7d1c39ee9cb20e5a7f75c8a.tar.xz libgpod-0f4443b408390426c7d1c39ee9cb20e5a7f75c8a.zip | |
2005-11-21 Christophe Fergeau <teuf@gnome.org>
* configure.ac: set version number to 0.2.0
* src/Makefile.am: added glib-compat.h
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1162 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a33382c..f145533 100644 --- a/configure.ac +++ b/configure.ac @@ -12,8 +12,8 @@ AM_CONFIG_HEADER(config.h) # set LIBGPOD_BINARY_AGE and LIBGPOD_INTERFACE_AGE to 0. # LIBGPOD_MAJOR_VERSION=0 -LIBGPOD_MINOR_VERSION=1 -LIBGPOD_MICRO_VERSION=8 +LIBGPOD_MINOR_VERSION=2 +LIBGPOD_MICRO_VERSION=0 LIBGPOD_INTERFACE_AGE=0 # If you need a modifier for the version number. # Normally empty, but can be used to make "fixup" releases. |
