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.
46
46
* [ WHATISIT.md] ( WHATISIT.md ) What is the RWP* Load Simulator
47
47
* [ INTRODUCTION.md] ( INTRODUCTION.md ) A brief introduction the RWP* Load Simulator
48
48
* [ 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
51
51
* [ WORKING.md] ( WORKING.md ) Working with rwloadsim using a few examples
52
52
* [ SCRIPTING.md] ( SCRIPTING.md ) Using rwloadsim for scripting
53
53
Original file line number Diff line number Diff line change 11
11
*
12
12
* History
13
13
*
14
+ * bengsig 1-dec-2024 - Releasing 3.2.0 production
14
15
* mkdash 24-oct-2024 - implement bash like procedure calls
15
16
* bengsig 10-oct-2024 - sessionpool release every/count
16
17
* bengsig 2-sep-2024 - |= (bis) and &~= (bic) assignments
@@ -2357,9 +2358,9 @@ extern const char rwlexecbanner[];
2357
2358
#define RWL_EXTRA_VERSION_TEXT ""
2358
2359
2359
2360
#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
2363
2364
#define RWL_VERSION_DATE // undef to not include compile date
2364
2365
extern ub4 rwlpatch ;
2365
2366
You can’t perform that action at this time.
0 commit comments