changeset 1913:d67e043d3f0d

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sun, 24 Nov 2013 10:06:37 -0500
parents 006633a0039a
children 6a2cc604a322
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun Nov 24 09:56:50 2013 -0500
+++ b/configure.ac	Sun Nov 24 10:06:37 2013 -0500
@@ -1,5 +1,5 @@
 AC_INIT([urweb], [20131124])
-WORKING_VERSION=0
+WORKING_VERSION=1
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it