Skip to content

Commit 428faea

Browse files
committed
Updated version numbers and release notes ready for the next release
1 parent b9ef673 commit 428faea

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

documentation/src/release.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,18 @@ <h3>utPLSQL version 2.x</h3>
3232

3333
<h2>Change History</h2>
3434

35-
<h3>utPLSQL version 2.2.1</h3>
35+
<h3>utPLSQL version 2.2.2 (4th May 2014)</h3>
36+
37+
<ul>
38+
<li>
39+
<a href = "https://sourceforge.net/p/utplsql/bugs/32/">Bug 32</a>: Fixed issue with "eqquery" failing if a statement contained "UNION ALL".
40+
</li>
41+
<li>
42+
<a href = "https://sourceforge.net/p/utplsql/bugs/33/">Bug 33</a>: Fixed issue which meant tests ran in an undetermined order (they will now run in alphabetical order).
43+
</li>
44+
</ul>
45+
46+
<h3>utPLSQL version 2.2.1 (6th April 2014)</h3>
3647

3748
<ul>
3849
<li>

source/ut_plsql.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Added Standard Headers
4545
************************************************************************/
4646

4747
g_trc BOOLEAN := FALSE;
48-
g_version VARCHAR2 (100) := '2.2.1';
48+
g_version VARCHAR2 (100) := '2.2.2';
4949

5050
tests test_tt;
5151
testpkg test_rt;

0 commit comments

Comments
 (0)