changeset 1951:ec8ee418df69

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Tue, 31 Dec 2013 11:10:19 -0500
parents b3c8860508ea
children cf7f7e51b0a2
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Dec 31 10:48:50 2013 -0500
+++ b/configure.ac	Tue Dec 31 11:10:19 2013 -0500
@@ -1,5 +1,5 @@
 AC_INIT([urweb], [20131231])
-WORKING_VERSION=0
+WORKING_VERSION=1
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it