diff options
author | Adam Chlipala <adamc@csail.mit.edu> | 2016-08-05 16:09:33 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@csail.mit.edu> | 2016-08-05 16:09:33 -0400 |
commit | bd6f549a527856db3878f1586c6666646a45d8ee (patch) | |
tree | 7f469b8134752c8063c16de15520e1ef0ee29928 | |
parent | 35ec01ca26cddee7f3acc5db528800bbf327b170 (diff) |
New release
-rw-r--r-- | CHANGELOG | 9 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 11 insertions, 2 deletions
@@ -1,4 +1,13 @@ ======== +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 |