changeset 2132:7b508cd0dbf9

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sun, 12 Apr 2015 14:28:27 -0400
parents 88a8a656003f
children e722bcc42eab
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun Apr 12 14:19:02 2015 -0400
+++ b/configure.ac	Sun Apr 12 14:28:27 2015 -0400
@@ -1,5 +1,5 @@
 AC_INIT([urweb], [20150412])
-WORKING_VERSION=0
+WORKING_VERSION=1
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it