Skip to content

Commit eef4ed5

Browse files
Bump stable release version
1 parent 0036acf commit eef4ed5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In 2023 JSBSim has been featured in the article ["A deep reinforcement learning
5555

5656
### Windows
5757

58-
A Windows installer `JSBSim-1.1.14-setup.exe` is available in the [release section](https://github.com/JSBSim-Team/jsbsim/releases/tag/v1.1.14). It installs the 2 executables along with aircraft data and some example scripts:
58+
A Windows installer `JSBSim-1.2.0-setup.exe` is available in the [release section](https://github.com/JSBSim-Team/jsbsim/releases/tag/v1.2.0). It installs the 2 executables along with aircraft data and some example scripts:
5959

6060
* `JSBSim.exe` which runs FDM simulations.
6161
* `aeromatic.exe` which builds aircraft definitions from Question/Answer interface
@@ -66,11 +66,11 @@ The Windows installer also contains the files needed to build the JSBSim Matlab
6666

6767
### Ubuntu Linux
6868

69-
Debian packages for Ubuntu Linux "Focal" 20.04 LTS and "Jammy" 22.04 LTS for 64 bits platforms are also available in the [JSBSim project release section](https://github.com/JSBSim-Team/jsbsim/releases/tag/v1.1.14). There are 3 packages for each platform:
69+
Debian packages for Ubuntu Linux "Focal" 20.04 LTS and "Jammy" 22.04 LTS for 64 bits platforms are also available in the [JSBSim project release section](https://github.com/JSBSim-Team/jsbsim/releases/tag/v1.2.0). There are 3 packages for each platform:
7070

71-
* `JSBSim_1.1.14-1188.amd64.deb` which installs the executables `JSBSim` and `aeromatic`
72-
* `JSBSim-devel_1.1.14-1188.amd64.deb` which installs the development resources (headers and libraries)
73-
* `python3-JSBSim_1.1.14-1188.amd64.deb` which installs the Python module of JSBSim
71+
* `JSBSim_1.2.0-1191.amd64.deb` which installs the executables `JSBSim` and `aeromatic`
72+
* `JSBSim-devel_1.2.0-1191.amd64.deb` which installs the development resources (headers and libraries)
73+
* `python3-JSBSim_1.2.0-1191.amd64.deb` which installs the Python module of JSBSim
7474

7575
### Python module
7676

@@ -118,7 +118,7 @@ At the moment, JSBSim does not provide binaries for platforms other than Windows
118118

119119
### Aircraft data and example scripts
120120

121-
JSBSim aircraft data and example scripts are automatically installed if you are using [Python wheel packages](https://github.com/bcoconni/jsbsim#python-module). Otherwise, you can get aircraft data and example scripts by downloading either the [zip package](https://github.com/JSBSim-Team/jsbsim/archive/v1.1.14.zip) or the [tar.gz package](https://github.com/JSBSim-Team/jsbsim/archive/v1.1.14.tar.gz).
121+
JSBSim aircraft data and example scripts are automatically installed if you are using [Python wheel packages](https://github.com/bcoconni/jsbsim#python-module). Otherwise, you can get aircraft data and example scripts by downloading either the [zip package](https://github.com/JSBSim-Team/jsbsim/archive/v1.2.0.zip) or the [tar.gz package](https://github.com/JSBSim-Team/jsbsim/archive/v1.2.0.tar.gz).
122122

123123
## Quick start
124124

matlab/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Below are the instructions to build the S-Function from JSBSim Windows installer
88

99
### Download and build JSBSim from source
1010

11-
Download the JSBSim source from [JSBSim release section](https://github.com/JSBSim-Team/jsbsim/releases/tag/v1.1.14).
11+
Download the JSBSim source from [JSBSim release section](https://github.com/JSBSim-Team/jsbsim/releases/tag/v1.2.0).
1212

1313
Alternatively, you can clone the source using git:
1414

1515
```bash
16-
> git clone https://github.com/JSBSim-Team/jsbsim/tree/v1.1.14
16+
> git clone https://github.com/JSBSim-Team/jsbsim/tree/v1.2.0
1717
```
1818

1919
Build the source following the instructions in the [JSBSim Manual](https://jsbsim-team.github.io/jsbsim-reference-manual/mypages/quickstart-building-the-program/).
@@ -65,7 +65,7 @@ the correct location.
6565

6666
### Download and install JSBSim
6767

68-
A Windows installer `JSBSim-1.1.14-setup.exe` is available from [JSBSim release section](https://github.com/JSBSim-Team/jsbsim/releases/tag/v1.1.14). Download the installer and set up JSBSim in the following local directory tree
68+
A Windows installer `JSBSim-1.2.0-setup.exe` is available from [JSBSim release section](https://github.com/JSBSim-Team/jsbsim/releases/tag/v1.2.0). Download the installer and set up JSBSim in the following local directory tree
6969

7070
```bash
7171
<JSBSim root>/

0 commit comments

Comments
 (0)