changeset 2102:0bd46c9e363f

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sat, 03 Jan 2015 10:28:36 -0500
parents 32e2752390ad
children 661b531f55bd
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sat Jan 03 10:21:26 2015 -0500
+++ b/configure.ac	Sat Jan 03 10:28:36 2015 -0500
@@ -1,5 +1,5 @@
 AC_INIT([urweb], [20150103])
-WORKING_VERSION=0
+WORKING_VERSION=1
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it