changeset 2065:981836fa51db

New release
author Adam Chlipala <adam@chlipala.net>
date Sat, 30 Aug 2014 08:28:59 -0400
parents 3dd041b00087
children 7214a14a6fe2
files CHANGELOG configure.ac
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Sun Aug 24 11:43:49 2014 -0400
+++ b/CHANGELOG	Sat Aug 30 08:28:59 2014 -0400
@@ -1,3 +1,10 @@
+========
+20140830
+========
+
+- New HTML attribute: 'role'
+- Bug fixes
+
 ========
 20140819
 ========
--- a/configure.ac	Sun Aug 24 11:43:49 2014 -0400
+++ b/configure.ac	Sat Aug 30 08:28:59 2014 -0400
@@ -1,5 +1,5 @@
-AC_INIT([urweb], [20140819])
-WORKING_VERSION=1
+AC_INIT([urweb], [20140830])
+WORKING_VERSION=0
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it