changeset 2118:7bdfc365f456

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sat, 14 Feb 2015 08:27:50 -0500
parents f1c4edf0a655
children 5439b35c5d0b
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sat Feb 14 08:17:36 2015 -0500
+++ b/configure.ac	Sat Feb 14 08:27:50 2015 -0500
@@ -1,5 +1,5 @@
 AC_INIT([urweb], [20150214])
-WORKING_VERSION=0
+WORKING_VERSION=1
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it