diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-22 10:00:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-22 10:00:30 +0200 |
commit | 1cacdd80cf7865a517d8c789073e86157c1c7046 (patch) | |
tree | 79b92ccdddcff43a05377f017ba10bd0a0618332 | |
parent | Enable sysrq by default as suggested by Enrico Tagliavini. (diff) | |
download | gentoo-systemd-integration-1cacdd80cf7865a517d8c789073e86157c1c7046.tar.gz gentoo-systemd-integration-1cacdd80cf7865a517d8c789073e86157c1c7046.tar.bz2 gentoo-systemd-integration-1cacdd80cf7865a517d8c789073e86157c1c7046.zip |
Bump version to 2.v2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2a779a2..10a947d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([gentoo-systemd-integration], [1]) +AC_INIT([gentoo-systemd-integration], [2]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2 subdir-objects]) |