Skip to content

Commit 3633c06

Browse files
committed
Version number changes for 2.3.1 release.
1 parent 251dd61 commit 3633c06

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

documentation/src/release.html

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,10 @@ <h3>utPLSQL version 2.x</h3>
3232

3333
<h2>Change History</h2>
3434

35-
<h3>utPLSQL version 2.4.0 (Pending)</h3>
36-
37-
<ul>
38-
<li>
39-
<a href= "<https://github.com/utPLSQL/utPLSQL/issues/4>">Updated References from sourceforge.net to new GitHub Site.</a>
40-
</li>
41-
<li>
42-
<a href = "https://github.com/utPLSQL/utPLSQL/blob/master/CONTRIBUTING.md">Added
43-
CONTRIBUTING.md</a>
44-
</li>
35+
<h3>utPLSQL version 2.3.1 (7th July 2016)</h3>
36+
37+
<ul>
38+
<li>Updated documentation to reference GitHub.</li>
4539
</ul>
4640

4741

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.3.0';
48+
g_version VARCHAR2 (100) := '2.3.1';
4949

5050
tests test_tt;
5151
testpkg test_rt;

0 commit comments

Comments
 (0)