diff options
author | Adam Chlipala <adam@chlipala.net> | 2014-08-07 09:28:41 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2014-08-07 09:28:41 -0400 |
commit | fd4d68a8483496bcb52c87a2e0c37cc92e5e6774 (patch) | |
tree | 0e62d3e796c7a8c0d06581c08eaa25f8165fbfbc /configure.ac | |
parent | e17e39f02be8294f2fbb8f404b7af41138ab008d (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 ceb7005a..25698b7f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([urweb], [20140807]) -WORKING_VERSION=0 +WORKING_VERSION=1 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it |