changeset 2005:f3b0c82e2b13

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sat, 26 Apr 2014 11:54:44 -0400
parents 67a6ba016a78
children c3b03d099e04
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sat Apr 26 11:15:21 2014 -0400
+++ b/configure.ac	Sat Apr 26 11:54:44 2014 -0400
@@ -1,5 +1,5 @@
 AC_INIT([urweb], [20140426])
-WORKING_VERSION=0
+WORKING_VERSION=1
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it