changeset 2052:15ecf697542b

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Thu, 07 Aug 2014 09:28:41 -0400
parents fbfce6f37384
children 229a299d739d
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Aug 07 09:17:52 2014 -0400
+++ b/configure.ac	Thu Aug 07 09:28:41 2014 -0400
@@ -1,5 +1,5 @@
 AC_INIT([urweb], [20140807])
-WORKING_VERSION=0
+WORKING_VERSION=1
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it