diff options
author | Adam Chlipala <adam@chlipala.net> | 2015-05-20 12:44:28 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2015-05-20 12:44:28 -0400 |
commit | 0da34e4462bba86c621f11d38d50a63022ef24f4 (patch) | |
tree | cf63aefc2994d3b51f22d7bba3b20b7622026f13 /configure.ac | |
parent | dcc870dbc3ca1d3bb792b9ba284fbe2ceff4435f (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 89620c40..f471eef7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([urweb], [20150520]) -WORKING_VERSION=0 +WORKING_VERSION=1 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it |