Mercurial > urweb
changeset 2117:f1c4edf0a655
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 14 Feb 2015 08:17:36 -0500 |
parents | ebfaab689570 |
children | 7bdfc365f456 |
files | CHANGELOG configure.ac |
diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Thu Feb 12 15:09:26 2015 -0500 +++ b/CHANGELOG Sat Feb 14 08:17:36 2015 -0500 @@ -1,3 +1,9 @@ +======== +20150214 +======== + +- Bug fixes and improvements to type inference and optimization + ======== 20150103 ========
--- a/configure.ac Thu Feb 12 15:09:26 2015 -0500 +++ b/configure.ac Sat Feb 14 08:17:36 2015 -0500 @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20150103]) -WORKING_VERSION=1 +AC_INIT([urweb], [20150214]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it