aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2018-06-16 12:52:43 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2018-06-16 12:52:43 -0400
commit259759d8725f050d6598d3ad4368e5edf124b089 (patch)
tree50f434fa09ae8ff745c9c479509a6753925241a6
parent34eb9eba9a724433f9c37c39cf43e9e10cf55220 (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 44c6873f..54eac40e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([urweb], [20180616])
-WORKING_VERSION=0
+WORKING_VERSION=1
AC_USE_SYSTEM_EXTENSIONS
# automake 1.12 requires this, but automake 1.11 doesn't recognize it