File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ An introduction and the users guide to the RWP\*Load Simulator is available at
4
4
[ index.md] ( index.md ) for your actual branch or
5
5
[ https://oracle.github.io/rwloadsim/ ] ( https://oracle.github.io/rwloadsim/ )
6
6
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 ) .
8
8
9
9
## RWP\* Load Simulator reference manual
10
10
11
11
The reference manual is available after installation by typing
12
12
```
13
13
rwlman
14
14
```
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 )
Original file line number Diff line number Diff line change @@ -1780,8 +1780,8 @@ void rwlechooff(int);
1780
1780
1781
1781
#define RWL_VERSION_MAJOR 3
1782
1782
#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
1785
1785
#define RWL_VERSION_DATE // undef to not include compile date
1786
1786
extern ub4 rwlpatch ;
1787
1787
You can’t perform that action at this time.
0 commit comments