diff options
author | Adam Chlipala <adam@chlipala.net> | 2013-04-21 13:32:10 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2013-04-21 13:32:10 -0400 |
commit | e1470fa69ac6c8d2a4e937d29af0200515218f26 (patch) | |
tree | fd833b3c75b54dfa45f022e4fbaa52ff439d47f9 /configure.ac | |
parent | 52a39c41846b52cd9b93bf53fb709eea75704cca (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 d6a55222..2f184c01 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([urweb], [20130421]) -WORKING_VERSION=0 +WORKING_VERSION=1 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it |