diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -0,0 +1,3 @@ +2011-09-07: version 1.0 +* First release. + @@ -7,5 +7,3 @@ What happens if e.g. /etc/conf.d/hostname.{runlevel} files exist? Just document that this case is not supported? De-systemd-ize hwclock.c - -Make an ebuild, and add it to portage! 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 |