summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2012-10-23 12:18:17 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2012-10-23 12:18:17 -0700
commit12b30bf5f97fbe86a3a0a18925781f7904d35925 (patch)
treebb9c40e8acf034d02df64fce1af3173fce588547
parent15fb3668e71522192ce66801c001904ff8bb270d (diff)
downloadxorg-launch-helper-12b30bf5f97fbe86a3a0a18925781f7904d35925.tar.gz
xorg-launch-helper-12b30bf5f97fbe86a3a0a18925781f7904d35925.tar.bz2
xorg-launch-helper-12b30bf5f97fbe86a3a0a18925781f7904d35925.zip
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 06464f5..4630c7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
-AC_INIT([xorg-launch-helper], [3], [auke-jan.h.kok@intel.com])
+AC_INIT([xorg-launch-helper], [4], [auke-jan.h.kok@intel.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_SRCDIR([src/main.c])