summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2015-10-18 14:38:20 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2015-10-18 14:38:20 -0400
commit22b14300cb9d3a733ed06b855bda03ea7f350110 (patch)
tree01aeda8a690bc3ca9221e09fe203e6b8a2864d0f /configure.ac
parentcc99c39e0d995c08b00c6931b4ce28ee1158b928 (diff)
Grandfathered into release: make urweb-mode keep working in Emacs 23
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 451fee29..ee76f9ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([urweb], [20151018])
-WORKING_VERSION=1
+WORKING_VERSION=0
AC_USE_SYSTEM_EXTENSIONS
# automake 1.12 requires this, but automake 1.11 doesn't recognize it