changeset 2061:e7b9002c2bfc

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Tue, 19 Aug 2014 11:23:26 -0400
parents cbc8bcf30c99
children 795b5b75453c
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Aug 19 11:17:39 2014 -0400
+++ b/configure.ac	Tue Aug 19 11:23:26 2014 -0400
@@ -1,5 +1,5 @@
 AC_INIT([urweb], [20140819])
-WORKING_VERSION=0
+WORKING_VERSION=1
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it