set version to 1.0

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2015-04-26 16:07:45 +02:00
parent 33fdb244ed
commit 332f357aa6
2 changed files with 5 additions and 1 deletions

4
NEWS Normal file
View file

@ -0,0 +1,4 @@
Release 1.0 (2015-04-26)
========================
- Initial release.

View file

@ -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])