changeset 2019:79a2f3468e46

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sat, 31 May 2014 16:57:52 -0400
parents 57f59e46c336
children 924e2ef31f5a 69c0f36255cb
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sat May 31 16:47:42 2014 -0400
+++ b/configure.ac	Sat May 31 16:57:52 2014 -0400
@@ -1,5 +1,5 @@
 AC_INIT([urweb], [20140531])
-WORKING_VERSION=0
+WORKING_VERSION=1
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it