diff options
author | Adam Chlipala <adamc@csail.mit.edu> | 2017-07-20 11:01:27 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@csail.mit.edu> | 2017-07-20 11:01:27 -0400 |
commit | 4df0acb85525a71e6f0b16c482b272cb4cc594ad (patch) | |
tree | df71e7ba9fb5cff961971d1ebd2abd3b919243f9 | |
parent | f814fd699dc707e810c996062370ee787863d926 (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 5786c582..fc7bbe79 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([urweb], [20170720]) -WORKING_VERSION=0 +WORKING_VERSION=1 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it |