diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-23 17:35:10 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-23 17:35:10 +0000 |
| commit | 0f51a0e8e5e4ed21b4b8bfd341fd46dfbbe535d6 (patch) | |
| tree | e0e1f79ed29cec2dd40726a47dfc32a7e0603de2 /configure.ac | |
| parent | fe2442177ab23e14a6430e835958af4eb6a5418c (diff) | |
2005-11-23 Christophe Fergeau <teuf@gnome.org>
* configure.ac: set version number to 0.2.0
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1167 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 4139f0d..420062f 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=99 +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. |
