Bump version in source, makefile, docs and README to 1.2.0

Fri, 03 Jun 2011 15:15:00 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 03 Jun 2011 15:15:00 +0100
changeset 6
51b85d631863
parent 5
4570d6616c99
child 7
30c2491fe44a

Bump version in source, makefile, docs and README to 1.2.0

README file | annotate | diff | comparison | revisions
doc/us/index.html file | annotate | diff | comparison | revisions
makefile file | annotate | diff | comparison | revisions
src/lxplib.c file | annotate | diff | comparison | revisions
--- a/README	Thu Jun 02 16:29:50 2011 +0100
+++ b/README	Fri Jun 03 15:15:00 2011 +0100
@@ -8,7 +8,7 @@
 
 Status
 
-Current version is 1.1.1. It was developed for both Lua 5.0 and Lua 5.1,
+Current version is 1.2.0. It was developed for both Lua 5.0 and Lua 5.1,
 and has been tested on Linux, Windows (2000/XP) and MacOS X with Expat 2.0.0.
 
 Download
@@ -18,7 +18,7 @@
 
 History
 
-Version 1.1.1 [02/Jun/2011]
+Version 1.2.0 [02/Jun/2011]
 
         * support for the StartDoctypeDecl handler
         * add parser:stop() to abort parsing inside a callback
--- a/doc/us/index.html	Thu Jun 02 16:29:50 2011 +0100
+++ b/doc/us/index.html	Fri Jun 03 15:15:00 2011 +0100
@@ -66,7 +66,7 @@
 
 <h2><a name="status"></a>Status</h2>
 
-<p>Current version is 1.1.1. It was developed for both Lua 5.0 and Lua 5.1, and has been tested on
+<p>Current version is 1.2.0. It was developed for both Lua 5.0 and Lua 5.1, and has been tested on
 Linux, Windows (2000/XP) and MacOS X with Expat 2.0.0.</p>
 
 <h2><a name="download"></a>Download</h2>
@@ -79,7 +79,7 @@
 <h2><a name="history"></a>History</h2>
 
 <dl class="history">
-    <dt><strong>Version 1.1.1</strong> [02/Jun/2011]</dt>
+    <dt><strong>Version 1.2.0</strong> [02/Jun/2011]</dt>
     <dd>
       <ul>
         <li>support for the StartDoctypeDecl handler</li>
--- a/makefile	Thu Jun 02 16:29:50 2011 +0100
+++ b/makefile	Fri Jun 03 15:15:00 2011 +0100
@@ -1,5 +1,5 @@
 T= lxp
-V= 1.1.0
+V= 1.2.0
 CONFIG= ./config
 
 include $(CONFIG)
--- a/src/lxplib.c	Thu Jun 02 16:29:50 2011 +0100
+++ b/src/lxplib.c	Fri Jun 03 15:15:00 2011 +0100
@@ -547,7 +547,7 @@
 	lua_pushliteral (L, "LuaExpat is a SAX XML parser based on the Expat library");
 	lua_settable (L, -3);
 	lua_pushliteral (L, "_VERSION");
-	lua_pushliteral (L, "LuaExpat 1.1.0");
+	lua_pushliteral (L, "LuaExpat 1.2.0");
 	lua_settable (L, -3);
 }
 

mercurial