summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2015-05-20 12:44:28 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2015-05-20 12:44:28 -0400
commitd4d053d05ae3e7d6974f98e28d6f60c837fc687a (patch)
treecf63aefc2994d3b51f22d7bba3b20b7622026f13
parent5c118b9e9a58e0ae09ddd74bea2a9823badb9ba5 (diff)
Return to working version mode
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 89620c40..f471eef7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([urweb], [20150520])
-WORKING_VERSION=0
+WORKING_VERSION=1
AC_USE_SYSTEM_EXTENSIONS
# automake 1.12 requires this, but automake 1.11 doesn't recognize it