mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb-errors.git
synced 2025-12-20 02:20:05 +01:00
set version to 1.0
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
33fdb244ed
commit
332f357aa6
2 changed files with 5 additions and 1 deletions
4
NEWS
Normal file
4
NEWS
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Release 1.0 (2015-04-26)
|
||||
========================
|
||||
|
||||
- Initial release.
|
||||
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue