From bd6f549a527856db3878f1586c6666646a45d8ee Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Fri, 5 Aug 2016 16:09:33 -0400 Subject: New release --- CHANGELOG | 9 +++++++++ configure.ac | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e3c39d23..f5c92708 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +======== +20160805 +======== + +- Compatibility fixes for C compilers and OpenSSL +- Starting to change SQL functions to return results in most natural order + - Step 1: queryL +- Bug fixes + ======== 20160621 ======== diff --git a/configure.ac b/configure.ac index 5ddc8409..196d597c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20160621]) -WORKING_VERSION=1 +AC_INIT([urweb], [20160805]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it -- cgit v1.2.3