summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2005-07-28 18:27:34 +0000
committerChristian Hammond <chipx86@chipx86.com>2005-07-28 18:27:34 +0000
commite6b8d754ae84758a1414d2ba9689ad0c2fe8a4e5 (patch)
tree812e05c7a78952fa181e2b39e1f1515e6157fdbc /configure.ac
parentc0b423d9ecb9205f1e44a9713a7c15df5ab501e6 (diff)
downloadlibnotify-e6b8d754ae84758a1414d2ba9689ad0c2fe8a4e5.tar.gz
Bump to version 0.2.1.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 729349a..ba413f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT(libnotify, 0.2.0, chipx86@chipx86.com)
+AC_INIT(libnotify, 0.2.1, chipx86@chipx86.com)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
AC_COPYRIGHT([Copyright 2004-2005 Christian Hammond])
@@ -14,7 +14,7 @@ dnl # Version information
dnl ################################################################
LIBGALAGO_MAJOR_VERSION=0
LIBGALAGO_MINOR_VERSION=2
-LIBGALAGO_MICRO_VERSION=0
+LIBGALAGO_MICRO_VERSION=1
LIBGALAGO_DEVEL_VERSION=0
LIBGALAGO_VERSION=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION