From c4e24f556b305251b81184da67b68bf746cb464e Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Mon, 25 Jun 2012 14:06:35 -0700 Subject: [PATCH] Rev to v3. Quick drop of AC version needed - it may be too low, but, sure doesn't hurt much at this point. --2.64. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9735883..edce19a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.69]) -AC_INIT([user-session-units], [2], [auke-jan.h.kok@intel.com]) +AC_PREREQ([2.64]) +AC_INIT([user-session-units], [3], [auke-jan.h.kok@intel.com]) AM_INIT_AUTOMAKE([]) AC_CONFIG_FILES([Makefile]) -- 2.7.4