diff options
author | 2015-02-14 08:27:50 -0500 | |
---|---|---|
committer | 2015-02-14 08:27:50 -0500 | |
commit | 61d177d6b14da7297d74a6a19687695a2e22f51f (patch) | |
tree | 551665f42f9618e9f4c33d69c0cbbf6a3bad7eb1 | |
parent | 9c30fdcf06b62c20dc38b4581a37d60b41577fc4 (diff) |
Return to working version mode
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1991c463..3dd849ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([urweb], [20150214]) -WORKING_VERSION=0 +WORKING_VERSION=1 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it |