Skip to content

Commit fc19881

Browse files
committed
3.1.1 release
1 parent 08cffd0 commit fc19881

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/rwl.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*
1212
* History
1313
*
14+
* bengsig 6-mar-2024 - Releasing 3.1.1
1415
* bengsig 6-mar-2024 - include oci.h after all standard includes
1516
* bengsig 4-mar-2024 - atime, dtime
1617
* bengsig 28-feb-2024 - Change gencommand to have five arguments
@@ -2249,8 +2250,8 @@ extern const char rwlexecbanner[];
22492250

22502251
#define RWL_VERSION_MAJOR 3
22512252
#define RWL_VERSION_MINOR 1
2252-
#define RWL_VERSION_RELEASE 0
2253-
#define RWL_VERSION_TEXT "Development" RWL_EXTRA_VERSION_TEXT
2253+
#define RWL_VERSION_RELEASE 1
2254+
#define RWL_VERSION_TEXT "Production" RWL_EXTRA_VERSION_TEXT
22542255
#define RWL_VERSION_DATE // undef to not include compile date
22552256
extern ub4 rwlpatch;
22562257

0 commit comments

Comments
 (0)