summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2012-04-02 11:42:05 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2012-04-02 11:42:05 -0700
commit4a6f858d0e16114844a05d504d628e210875ef0b (patch)
treed1e596585181eaaa02ec36758a22043e5857f754
parent1dd63b129169e9a03f62fe3674dd6b6f96036b60 (diff)
downloadxorg-launch-helper-4a6f858d0e16114844a05d504d628e210875ef0b.tar.gz
xorg-launch-helper-4a6f858d0e16114844a05d504d628e210875ef0b.tar.bz2
xorg-launch-helper-4a6f858d0e16114844a05d504d628e210875ef0b.zip
v1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index efa2913..de6b026 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([user-session], [0], [auke-jan.h.kok@intel.com])
+AC_INIT([user-session], [1], [auke-jan.h.kok@intel.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_FILES([Makefile src/Makefile])
AC_CONFIG_SRCDIR([src/main.c])