File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ you will find both sources and binary distributions.
4646* [ WHATISIT.md] ( WHATISIT.md ) What is the RWP* Load Simulator
4747* [ INTRODUCTION.md] ( INTRODUCTION.md ) A brief introduction the RWP* Load Simulator
4848* [ INSTALL.md] ( INSTALL.md ) Install the software from binary distribution and create the repository
49- * [ NEWS32.md] ( NEWS32.md ) News in version 3.1
50- * [ NEWS31.md] ( NEWS31.md ) News in version 3.1
49+ * [ NEWS32.md] ( NEWS32.md ) News in version 3.2
50+ * [ NEWS31.md] ( NEWS31.md ) News in versions 3.0 and 3.1
5151* [ WORKING.md] ( WORKING.md ) Working with rwloadsim using a few examples
5252* [ SCRIPTING.md] ( SCRIPTING.md ) Using rwloadsim for scripting
5353
Original file line number Diff line number Diff line change 1111 *
1212 * History
1313 *
14+ * bengsig 1-dec-2024 - Releasing 3.2.0 production
1415 * mkdash 24-oct-2024 - implement bash like procedure calls
1516 * bengsig 10-oct-2024 - sessionpool release every/count
1617 * bengsig 2-sep-2024 - |= (bis) and &~= (bic) assignments
@@ -2357,9 +2358,9 @@ extern const char rwlexecbanner[];
23572358#define RWL_EXTRA_VERSION_TEXT ""
23582359
23592360#define RWL_VERSION_MAJOR 3
2360- #define RWL_VERSION_MINOR 1
2361- #define RWL_VERSION_RELEASE 3
2362- #define RWL_VERSION_TEXT "Development " RWL_EXTRA_VERSION_TEXT
2361+ #define RWL_VERSION_MINOR 2
2362+ #define RWL_VERSION_RELEASE 0
2363+ #define RWL_VERSION_TEXT "Production " RWL_EXTRA_VERSION_TEXT
23632364#define RWL_VERSION_DATE // undef to not include compile date
23642365extern ub4 rwlpatch ;
23652366
You can’t perform that action at this time.
0 commit comments