diff options
author | Adam Chlipala <adam@chlipala.net> | 2012-05-19 12:12:54 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2012-05-19 12:12:54 -0400 |
commit | 4755c6ac36cb5c382c37b71e45882ab8cfac7811 (patch) | |
tree | 47bac6995dacd92c54c610c7c1b027fb9de13d51 /configure.ac | |
parent | ff3796cc26bf3cf7f77fc06ac9b8c6a0d6178d95 (diff) |
Return to working version mode
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 88a22097..ebe4944c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([urweb], [20120519]) -WORKING_VERSION=0 +WORKING_VERSION=1 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it |