diff options
author | Adam Chlipala <adam@chlipala.net> | 2014-08-19 11:23:26 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2014-08-19 11:23:26 -0400 |
commit | 9515ba96f8f48b17888267c15b3181893cca6be3 (patch) | |
tree | 3105abc6af678b5813acb1c1cd7fc13c1bb10e5a | |
parent | 277913f2ae39e159b1a639fe1d869fd00ce1a2c7 (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 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 |