changeset 2171:7187068f56f5

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Wed, 19 Aug 2015 10:53:18 -0400
parents a86749aef6eb
children 3b4a5604ed97
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Aug 19 10:32:11 2015 -0400
+++ b/configure.ac	Wed Aug 19 10:53:18 2015 -0400
@@ -1,5 +1,5 @@
 AC_INIT([urweb], [20150819])
-WORKING_VERSION=0
+WORKING_VERSION=1
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it