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 b71908b commit e9f2e1bCopy full SHA for e9f2e1b
src/rwl.h
@@ -1860,8 +1860,8 @@ extern const char rwlexecbanner[];
1860
1861
#define RWL_VERSION_MAJOR 3
1862
#define RWL_VERSION_MINOR 0
1863
-#define RWL_VERSION_RELEASE 4
1864
-#define RWL_VERSION_TEXT "Development" RWL_EXTRA_VERSION_TEXT
+#define RWL_VERSION_RELEASE 5
+#define RWL_VERSION_TEXT "Production" RWL_EXTRA_VERSION_TEXT
1865
#define RWL_VERSION_DATE // undef to not include compile date
1866
extern ub4 rwlpatch;
1867
0 commit comments