diff options
-rw-r--r-- | CHANGELOG | 9 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 11 insertions, 2 deletions
@@ -1,4 +1,13 @@ ======== +20170105 +======== + +- Allow qualified variable references in record literals +- Add 'placeholder' attribute for textareas +- Add more explicit build instructions to main demo +- Bug fixes + +======== 20161022 ======== diff --git a/configure.ac b/configure.ac index 0dda6d3b..c87b37ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20161022]) -WORKING_VERSION=1 +AC_INIT([urweb], [20170105]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it |