We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cffd0 commit fc19881Copy full SHA for fc19881
src/rwl.h
@@ -11,6 +11,7 @@
11
*
12
* History
13
14
+ * bengsig 6-mar-2024 - Releasing 3.1.1
15
* bengsig 6-mar-2024 - include oci.h after all standard includes
16
* bengsig 4-mar-2024 - atime, dtime
17
* bengsig 28-feb-2024 - Change gencommand to have five arguments
@@ -2249,8 +2250,8 @@ extern const char rwlexecbanner[];
2249
2250
2251
#define RWL_VERSION_MAJOR 3
2252
#define RWL_VERSION_MINOR 1
-#define RWL_VERSION_RELEASE 0
2253
-#define RWL_VERSION_TEXT "Development" RWL_EXTRA_VERSION_TEXT
+#define RWL_VERSION_RELEASE 1
2254
+#define RWL_VERSION_TEXT "Production" RWL_EXTRA_VERSION_TEXT
2255
#define RWL_VERSION_DATE // undef to not include compile date
2256
extern ub4 rwlpatch;
2257
0 commit comments