aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--TODO2
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e69de29..c638bce 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,3 @@
+2011-09-07: version 1.0
+* First release.
+
diff --git a/TODO b/TODO
index f2fccd1..4ce0a77 100644
--- a/TODO
+++ b/TODO
@@ -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