Skip to content

Commit e45dd21

Browse files
committed
Release 3.2 Production
1 parent f3a5fd9 commit e45dd21

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/rwl.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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
23642365
extern ub4 rwlpatch;
23652366

0 commit comments

Comments
 (0)