Skip to content

Commit b41fcdd

Browse files
Bump version
1 parent 328a0b1 commit b41fcdd

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(JSBSim)
77

88
set(PROJECT_VERSION_MAJOR "1")
99
set(PROJECT_VERSION_MINOR "2")
10-
set(PROJECT_VERSION_PATCH "1.dev1")
10+
set(PROJECT_VERSION_PATCH "2.dev1")
1111
set(PROJECT_CONTACT_EMAIL "jsbsim-devel@lists.sourceforge.net")
1212
set(PROJECT_CONTACT_VENDOR "The JSBSim team")
1313

JSBSim.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<ClCompile>
8282
<Optimization>Disabled</Optimization>
8383
<AdditionalIncludeDirectories>$(ProjectDir)src;$(ProjectDir)src\simgear\xml;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
84-
<PreprocessorDefinitions>JSBSIM_STATIC_LINK;JSBSIM_VERSION="1.2.1.dev1";WIN32;NOMINMAX;_DEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
84+
<PreprocessorDefinitions>JSBSIM_STATIC_LINK;JSBSIM_VERSION="1.2.2.dev1";WIN32;NOMINMAX;_DEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
8585
<MinimalRebuild>false</MinimalRebuild>
8686
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
8787
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@@ -115,7 +115,7 @@
115115
<ClCompile>
116116
<Optimization>Disabled</Optimization>
117117
<AdditionalIncludeDirectories>$(ProjectDir)src;$(ProjectDir)src\simgear\xml;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
118-
<PreprocessorDefinitions>JSBSIM_STATIC_LINK;JSBSIM_VERSION="1.2.1.dev1";WIN32;NOMINMAX;_DEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118+
<PreprocessorDefinitions>JSBSIM_STATIC_LINK;JSBSIM_VERSION="1.2.2.dev1";WIN32;NOMINMAX;_DEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119119
<MinimalRebuild>false</MinimalRebuild>
120120
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
121121
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@@ -151,7 +151,7 @@
151151
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
152152
<WholeProgramOptimization>true</WholeProgramOptimization>
153153
<AdditionalIncludeDirectories>$(ProjectDir)src;$(ProjectDir)src\simgear\xml;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
154-
<PreprocessorDefinitions>JSBSIM_STATIC_LINK;JSBSIM_VERSION="1.2.1.dev1";WIN32;NOMINMAX;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
154+
<PreprocessorDefinitions>JSBSIM_STATIC_LINK;JSBSIM_VERSION="1.2.2.dev1";WIN32;NOMINMAX;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
155155
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
156156
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
157157
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
@@ -193,7 +193,7 @@
193193
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
194194
<WholeProgramOptimization>true</WholeProgramOptimization>
195195
<AdditionalIncludeDirectories>$(ProjectDir)src;$(ProjectDir)src\simgear\xml;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
196-
<PreprocessorDefinitions>JSBSIM_STATIC_LINK;JSBSIM_VERSION="1.2.1.dev1";WIN32;NOMINMAX;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
196+
<PreprocessorDefinitions>JSBSIM_STATIC_LINK;JSBSIM_VERSION="1.2.2.dev1";WIN32;NOMINMAX;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
197197
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
198198
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
199199
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>

JSBSimForUnreal.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<ClCompile>
5757
<Optimization>Disabled</Optimization>
5858
<AdditionalIncludeDirectories>$(ProjectDir)src;$(ProjectDir)src\simgear\xml;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
59-
<PreprocessorDefinitions>JSBSIM_EXPORT;JSBSIM_VERSION="1.2.1.dev1";WIN32;NOMINMAX;XML_STATIC;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
59+
<PreprocessorDefinitions>JSBSIM_EXPORT;JSBSIM_VERSION="1.2.2.dev1";WIN32;NOMINMAX;XML_STATIC;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6060
<MinimalRebuild>false</MinimalRebuild>
6161
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
6262
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
@@ -107,7 +107,7 @@ exit/B %errlev%</Command>
107107
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
108108
<WholeProgramOptimization>true</WholeProgramOptimization>
109109
<AdditionalIncludeDirectories>$(ProjectDir)src;$(ProjectDir)src\simgear\xml;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
110-
<PreprocessorDefinitions>JSBSIM_EXPORT;JSBSIM_VERSION="1.2.1.dev1";WIN32;NOMINMAX;XML_STATIC;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110+
<PreprocessorDefinitions>JSBSIM_EXPORT;JSBSIM_VERSION="1.2.2.dev1";WIN32;NOMINMAX;XML_STATIC;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111111
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
112112
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
113113
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Another more advanced application within the field of Deep Reinforcement Learnin
5959

6060
### Windows
6161

62-
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:
62+
A Windows installer `JSBSim-1.2.1-setup.exe` is available in the [release section](https://github.com/JSBSim-Team/jsbsim/releases/tag/v1.2.1). It installs the 2 executables along with aircraft data and some example scripts:
6363

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

7171
### Ubuntu Linux
7272

73-
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:
73+
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.1). There are 3 packages for each platform:
7474

75-
* `JSBSim_1.2.0-1191.amd64.deb` which installs the executables `JSBSim` and `aeromatic`
76-
* `JSBSim-devel_1.2.0-1191.amd64.deb` which installs the development resources (headers and libraries)
77-
* `python3-JSBSim_1.2.0-1191.amd64.deb` which installs the Python module of JSBSim
75+
* `JSBSim_1.2.1-1348.amd64.deb` which installs the executables `JSBSim` and `aeromatic`
76+
* `JSBSim-devel_1.2.1-1348.amd64.deb` which installs the development resources (headers and libraries)
77+
* `python3-JSBSim_1.2.1-1348.amd64.deb` which installs the Python module of JSBSim
7878

7979
### Python module
8080

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

123123
### Aircraft data and example scripts
124124

125-
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).
125+
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.1.zip) or the [tar.gz package](https://github.com/JSBSim-Team/jsbsim/archive/v1.2.1.tar.gz).
126126

127127
## Quick start
128128

matlab/README.md

Lines changed: 4 additions & 4 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.2.0).
11+
Download the JSBSim source from [JSBSim release section](https://github.com/JSBSim-Team/jsbsim/releases/tag/v1.2.1).
1212

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

1515
```bash
16-
> git clone https://github.com/JSBSim-Team/jsbsim/tree/v1.2.0
16+
> git clone https://github.com/JSBSim-Team/jsbsim/tree/v1.2.1
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.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
68+
A Windows installer `JSBSim-1.2.1-setup.exe` is available from [JSBSim release section](https://github.com/JSBSim-Team/jsbsim/releases/tag/v1.2.1). Download the installer and set up JSBSim in the following local directory tree
6969

7070
```bash
7171
<JSBSim root>/
@@ -85,7 +85,7 @@ A Windows installer `JSBSim-1.2.0-setup.exe` is available from [JSBSim release s
8585

8686
The exact location `<JSBSim root>/` on your system depends on where you choose to install JSBSim.
8787

88-
> **NOTE:** The JSBSim library file located at `lib\JSBSim.lib` has been compiled with Microsoft Visual Studio Enterprise 2019 (build 16.11.34114.132)
88+
> **NOTE:** The JSBSim library file located at `lib\JSBSim.lib` has been compiled with Microsoft Visual Studio Enterprise 2019 (build 16.11.35026.282)
8989
9090
### Prepare MATLAB
9191

0 commit comments

Comments
 (0)