summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2012-05-01 13:38:05 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2012-05-01 13:38:05 -0700
commitbb36c3f155cf27ee066782b75d13c905cd3fc7b1 (patch)
tree4c1560c04c2b9254c36d1bde24763422ef445239
parent7ea3df2ba997b0516db5c84dc64e9ab4ed3efa79 (diff)
downloadxorg-launch-helper-bb36c3f155cf27ee066782b75d13c905cd3fc7b1.tar.gz
xorg-launch-helper-bb36c3f155cf27ee066782b75d13c905cd3fc7b1.tar.bz2
xorg-launch-helper-bb36c3f155cf27ee066782b75d13c905cd3fc7b1.zip
v2v2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bf37c98..abcdb9d 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], [1], [auke-jan.h.kok@intel.com])
+AC_INIT([xorg-launch-helper], [2], [auke-jan.h.kok@intel.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_FILES([Makefile src/Makefile])
AC_CONFIG_SRCDIR([src/main.c])