diff options
author | Adam Chlipala <adam@chlipala.net> | 2014-04-26 09:42:35 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2014-04-26 09:42:35 -0400 |
commit | 117212685a7e27429ad6b50505919fe546788bda (patch) | |
tree | 95866d3df21f2dd0fdf91391195bc30aff872aa7 /configure.ac | |
parent | eec1cc7a37e04f9c4195ede0233ed773f2e964a9 (diff) |
New release
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 795e46a6..7f6368ec 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20131231]) -WORKING_VERSION=1 +AC_INIT([urweb], [20140426]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it |