Skip to content

Commit 7d24084

Browse files
committed
Ready for 3.0.1 release
1 parent 915f7b9 commit 7d24084

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ An introduction and the users guide to the RWP\*Load Simulator is available at
44
[index.md](index.md) for your actual branch or
55
[https://oracle.github.io/rwloadsim/](https://oracle.github.io/rwloadsim/)
66
for the current
7-
[binary release 2.3.5](https://github.com/oracle/rwloadsim/releases).
7+
[binary release 3.0.1](https://github.com/oracle/rwloadsim/releases).
88

99
## RWP\*Load Simulator reference manual
1010

1111
The reference manual is available after installation by typing
1212
```
1313
rwlman
1414
```
15-
or online (for release 2.3.5) in [refman/README.md](refman/README.md)
15+
or online (for release 3.0.1) in [refman/README.md](refman/README.md)

src/rwl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,8 +1780,8 @@ void rwlechooff(int);
17801780

17811781
#define RWL_VERSION_MAJOR 3
17821782
#define RWL_VERSION_MINOR 0
1783-
#define RWL_VERSION_RELEASE 0
1784-
#define RWL_VERSION_TEXT "Development" RWL_EXTRA_VERSION_TEXT
1783+
#define RWL_VERSION_RELEASE 1
1784+
#define RWL_VERSION_TEXT "Production" RWL_EXTRA_VERSION_TEXT
17851785
#define RWL_VERSION_DATE // undef to not include compile date
17861786
extern ub4 rwlpatch;
17871787

0 commit comments

Comments
 (0)