diff options
author | Adam Chlipala <adam@chlipala.net> | 2014-12-06 15:45:41 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2014-12-06 15:45:41 -0500 |
commit | 9cd4c2ffdc38b34541b243c902a99150687cb16a (patch) | |
tree | 0f87b361175e83b3e2c09e74b4a3e945e4ac35f5 | |
parent | 264ddea5b41d2a776a060ea67f8fff58a029efdf (diff) |
Return to working version mode
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ca0d48af..57a4dc02 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |