summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Volz <andreas.volz@tux-style.com>2011-12-01 13:46:29 +0100
committerAndreas Volz <andreas.volz@tux-style.com>2011-12-01 13:46:29 +0100
commit1f6f3e6e966e0b453edc4a82338dc27966c37505 (patch)
treeeb1a3f505e15b42f6e7eac6b1bb72f2374f64df2
parent4991c166d88ba3b950bc668210489e2c61096678 (diff)
downloaddbus-c++-1f6f3e6e966e0b453edc4a82338dc27966c37505.tar.gz
set version for first release to 0.9.0release-0.9.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9432255..f487786 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Autojunk script for libdbus-c++
AC_PREREQ(2.59)
-AC_INIT([libdbus-c++], 0.9.0-pre1, [andreas.volz@tux-style.com])
+AC_INIT([libdbus-c++], 0.9.0, [andreas.volz@tux-style.com])
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER([config.h])