diff options
| author | Todd Zullinger <tmz@pobox.com> | 2008-07-14 23:18:12 -0400 |
|---|---|---|
| committer | Todd Zullinger <tmz@pobox.com> | 2008-07-14 23:18:12 -0400 |
| commit | 1b609c8a733f0d37a624326e02118ed7aba27beb (patch) | |
| tree | ea9dacdd7d7e62d1b2a5c815f3515d4bc65f2409 | |
| parent | b2e1b5364f514bef3a7e2f1e4bff444abfc9e936 (diff) | |
Bump release to 0.6.90libgpod-0.6.90
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6a0452c..d28c4d8 100644 --- a/configure.ac +++ b/configure.ac @@ -11,10 +11,10 @@ AM_CONFIG_HEADER(config.h) # LIBGPOD_MAJOR_VERSION=0 LIBGPOD_MINOR_VERSION=6 -LIBGPOD_MICRO_VERSION=1 +LIBGPOD_MICRO_VERSION=90 # If you need a modifier for the version number. # Normally empty, but can be used to make "fixup" releases. -LIBGPOD_EXTRAVERSION=SVN +LIBGPOD_EXTRAVERSION= LIBGPOD_VERSION=$LIBGPOD_MAJOR_VERSION.$LIBGPOD_MINOR_VERSION.$LIBGPOD_MICRO_VERSION$LIBGPOD_EXTRAVERSION |
