Mercurial > urweb
changeset 2100:e1724f279db7
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 03 Jan 2015 09:56:57 -0500 |
parents | 8efba492c48b |
children | 32e2752390ad |
files | CHANGELOG configure.ac |
diffstat | 2 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Tue Dec 30 17:02:31 2014 -0500 +++ b/CHANGELOG Sat Jan 03 09:56:57 2015 -0500 @@ -1,3 +1,11 @@ +======== +20150103 +======== + +- New antiquote syntax for 'ORDER BY' clauses +- New standard library function: List.mem +- Bug fixes and improvements to type inference + ======== 20141206 ========
--- a/configure.ac Tue Dec 30 17:02:31 2014 -0500 +++ b/configure.ac Sat Jan 03 09:56:57 2015 -0500 @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20141206]) -WORKING_VERSION=1 +AC_INIT([urweb], [20150103]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it