Skip to content

Commit 9d95bc6

Browse files
committed
Preparing for release 2.3.0
1 parent db62495 commit 9d95bc6

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

documentation/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Welcome to utPLSQL, the unit testing framework for PL/SQL
33
====================================================================
44

5-
Copyright (c) 2000-2005, 2014 Steven Feuerstein and the utPLSQL Project
5+
Copyright (c) 2000-2005, 2014-2015 Steven Feuerstein and the utPLSQL Project
66

77
You have downloaded utPLSQL.
88

documentation/src/copyright_years.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This contains a list of years for the copyright notices
22
#
33
2000-2005
4-
2014
4+
2014-2015

documentation/src/release.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ <h3>utPLSQL version 2.x</h3>
3232

3333
<h2>Change History</h2>
3434

35+
<h3>utPLSQL version 2.3.0 (8th February 2015)</h3>
36+
37+
<ul>
38+
<li>
39+
<a href = "https://sourceforge.net/p/utplsql/feature-requests/1/">Feature Request 1</a>: Report the overall summary of a test suite.
40+
</li>
41+
</ul>
42+
3543
<h3>utPLSQL version 2.2.3 (30th August 2014)</h3>
3644

3745
<ul>

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

5050
tests test_tt;
5151
testpkg test_rt;

0 commit comments

Comments
 (0)