changeset 2180:5940149cd11a

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sun, 18 Oct 2015 10:50:59 -0400
parents 4f4ae5c92434
children e46989ea4ca7
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun Oct 18 10:34:24 2015 -0400
+++ b/configure.ac	Sun Oct 18 10:50:59 2015 -0400
@@ -1,5 +1,5 @@
 AC_INIT([urweb], [20151018])
-WORKING_VERSION=0
+WORKING_VERSION=1
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it