summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2014-08-19 11:23:26 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2014-08-19 11:23:26 -0400
commitd0b1583dafe27a8a60c8b35c20d674b334478ec8 (patch)
tree3105abc6af678b5813acb1c1cd7fc13c1bb10e5a /configure.ac
parent3c976a5a66499a4b4d71c98e88f1cf2fe68c3009 (diff)
Return to working version mode
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e0f795e1..074c26cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([urweb], [20140819])
-WORKING_VERSION=0
+WORKING_VERSION=1
AC_USE_SYSTEM_EXTENSIONS
# automake 1.12 requires this, but automake 1.11 doesn't recognize it