summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2015-04-26 16:07:45 +0200
committerUli Schlachter <psychon@znc.in>2015-04-26 16:07:45 +0200
commit332f357aa662ad61625ee804f93c5503b2a0c3ec (patch)
treee175c05b342f5defb71ec5bcc0b0a81b804d6394
parent33fdb244eda97f178071742ff8e47fff79e7cbf2 (diff)
set version to 1.01.0
Signed-off-by: Uli Schlachter <psychon@znc.in>
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..4bd53a1
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,4 @@
+Release 1.0 (2015-04-26)
+========================
+
+- Initial release.
diff --git a/configure.ac b/configure.ac
index 11ee455..d0bcc63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl XCB_UTIL_M4_WITH_INCLUDE_PATH requires Autoconf >= 2.62
AC_PREREQ(2.62)
-AC_INIT([xcb-util-errors],0.0,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util-errors],1.0,[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])