changeset 2089:5f15f4ce8f3b

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sat, 06 Dec 2014 15:45:41 -0500
parents 4be82596b8e3
children 9a1547596712 5709482a2afd
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sat Dec 06 15:26:56 2014 -0500
+++ b/configure.ac	Sat Dec 06 15:45:41 2014 -0500
@@ -1,5 +1,5 @@
 AC_INIT([urweb], [20141206])
-WORKING_VERSION=0
+WORKING_VERSION=1
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it