aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-07 11:53:35 -0400
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-07 11:53:35 -0400
commit580df24c4a1806c9cdf5eb76df3e709f9b882179 (patch)
tree6a380ea9cb81e3807e547bb7555bb15c433a9917 /configure.ac
parentAdd man page and homepage information, and --version support (diff)
downloadopenrc-settingsd-580df24c4a1806c9cdf5eb76df3e709f9b882179.tar.gz
openrc-settingsd-580df24c4a1806c9cdf5eb76df3e709f9b882179.tar.bz2
openrc-settingsd-580df24c4a1806c9cdf5eb76df3e709f9b882179.zip
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3e0480a..a912035 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.60])
-AC_INIT([openrc-settingsd], [0], [https://bugs.gentoo.org/], [openrc-settingsd], [http://gnome.gentoo.org/openrc-settingsd.xml])
+AC_INIT([openrc-settingsd], [1.0], [https://bugs.gentoo.org/], [openrc-settingsd], [http://gnome.gentoo.org/openrc-settingsd.xml])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([check-news foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz])
AC_PROG_CC_STDC