diff options
author | Daniel Stone <daniel@fooishbar.org> | 2013-04-01 17:50:20 +0100 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2013-04-01 18:04:06 +0100 |
commit | 27a11762abbf0dbeb6d406fee4eee89229b6a660 (patch) | |
tree | 31ec396f3488f579309ba729e6d756026b40ccc0 /configure.ac | |
parent | 36f55c494e719edd6ba190ac5e3bb69546be6c18 (diff) | |
download | libxkbcommon-27a11762abbf0dbeb6d406fee4eee89229b6a660.tar.gz libxkbcommon-27a11762abbf0dbeb6d406fee4eee89229b6a660.tar.bz2 libxkbcommon-27a11762abbf0dbeb6d406fee4eee89229b6a660.zip |
Bump version to 0.3.0xkbcommon-0.3.0
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f795510..10a64f4 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.62]) -AC_INIT([libxkbcommon], [0.2.0], +AC_INIT([libxkbcommon], [0.3.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon], [libxkbcommon], [http://xkbcommon.org]) AC_CONFIG_SRCDIR([Makefile.am]) |