changeset 2147:265c1aeed71b

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Wed, 20 May 2015 12:44:28 -0400
parents 58f71898cd9d
children a49c12ddf47d
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed May 20 12:33:25 2015 -0400
+++ b/configure.ac	Wed May 20 12:44:28 2015 -0400
@@ -1,5 +1,5 @@
 AC_INIT([urweb], [20150520])
-WORKING_VERSION=0
+WORKING_VERSION=1
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it