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