Skip to content

Commit 040a853

Browse files
Bump version
1 parent 1f7bceb commit 040a853

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 "3.dev1")
10+
set(PROJECT_VERSION_PATCH "4.dev1")
1111
set(PROJECT_CONTACT_EMAIL "[email protected]")
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.3.dev1";WIN32;NOMINMAX;_DEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
84+
<PreprocessorDefinitions>JSBSIM_STATIC_LINK;JSBSIM_VERSION="1.2.4.dev1";WIN32;NOMINMAX;_DEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
8585
<MinimalRebuild>false</MinimalRebuild>
8686
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
8787
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@@ -116,7 +116,7 @@
116116
<ClCompile>
117117
<Optimization>Disabled</Optimization>
118118
<AdditionalIncludeDirectories>$(ProjectDir)src;$(ProjectDir)src\simgear\xml;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
119-
<PreprocessorDefinitions>JSBSIM_STATIC_LINK;JSBSIM_VERSION="1.2.3.dev1";WIN32;NOMINMAX;_DEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119+
<PreprocessorDefinitions>JSBSIM_STATIC_LINK;JSBSIM_VERSION="1.2.4.dev1";WIN32;NOMINMAX;_DEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120120
<MinimalRebuild>false</MinimalRebuild>
121121
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
122122
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@@ -153,7 +153,7 @@
153153
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
154154
<WholeProgramOptimization>true</WholeProgramOptimization>
155155
<AdditionalIncludeDirectories>$(ProjectDir)src;$(ProjectDir)src\simgear\xml;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
156-
<PreprocessorDefinitions>JSBSIM_STATIC_LINK;JSBSIM_VERSION="1.2.3.dev1";WIN32;NOMINMAX;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
156+
<PreprocessorDefinitions>JSBSIM_STATIC_LINK;JSBSIM_VERSION="1.2.4.dev1";WIN32;NOMINMAX;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
157157
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
158158
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
159159
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
@@ -196,7 +196,7 @@
196196
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
197197
<WholeProgramOptimization>true</WholeProgramOptimization>
198198
<AdditionalIncludeDirectories>$(ProjectDir)src;$(ProjectDir)src\simgear\xml;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
199-
<PreprocessorDefinitions>JSBSIM_STATIC_LINK;JSBSIM_VERSION="1.2.3.dev1";WIN32;NOMINMAX;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
199+
<PreprocessorDefinitions>JSBSIM_STATIC_LINK;JSBSIM_VERSION="1.2.4.dev1";WIN32;NOMINMAX;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
200200
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
201201
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
202202
<EnableEnhancedInstructionSet>NotSet</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.3.dev1";WIN32;NOMINMAX;XML_STATIC;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
59+
<PreprocessorDefinitions>JSBSIM_EXPORT;JSBSIM_VERSION="1.2.4.dev1";WIN32;NOMINMAX;XML_STATIC;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6060
<MinimalRebuild>false</MinimalRebuild>
6161
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
6262
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
@@ -95,7 +95,7 @@
9595
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
9696
<WholeProgramOptimization>true</WholeProgramOptimization>
9797
<AdditionalIncludeDirectories>$(ProjectDir)src;$(ProjectDir)src\simgear\xml;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
98-
<PreprocessorDefinitions>JSBSIM_EXPORT;JSBSIM_VERSION="1.2.3.dev1";WIN32;NOMINMAX;XML_STATIC;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98+
<PreprocessorDefinitions>JSBSIM_EXPORT;JSBSIM_VERSION="1.2.4.dev1";WIN32;NOMINMAX;XML_STATIC;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
9999
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
100100
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
101101
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>

README.md

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

5959
### Windows
6060

61-
A Windows installer `JSBSim-1.2.2-setup.exe` is available in the [release section](https://github.com/JSBSim-Team/jsbsim/releases/tag/v1.2.2). It installs the 2 executables along with aircraft data and some example scripts:
61+
A Windows installer `JSBSim-1.2.3-setup.exe` is available in the [release section](https://github.com/JSBSim-Team/jsbsim/releases/tag/v1.2.3). It installs the 2 executables along with aircraft data and some example scripts:
6262

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

7070
### Ubuntu Linux
7171

72-
Debian packages for Ubuntu Linux "Jammy" 22.04 LTS and "Noble" 24.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.2). There are 3 packages for each platform:
72+
Debian packages for Ubuntu Linux "Jammy" 22.04 LTS and "Noble" 24.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.3). There are 3 packages for each platform:
7373

74-
* `JSBSim_1.2.2-1471.amd64.deb` which installs the executables `JSBSim` and `aeromatic`
75-
* `JSBSim-devel_1.2.2-1471.amd64.deb` which installs the development resources (headers and libraries)
76-
* `python3-JSBSim_1.2.2-1471.amd64.deb` which installs the Python module of JSBSim
74+
* `JSBSim_1.2.3-1561.amd64.deb` which installs the executables `JSBSim` and `aeromatic`
75+
* `JSBSim-devel_1.2.3-1561.amd64.deb` which installs the development resources (headers and libraries)
76+
* `python3-JSBSim_1.2.3-1561.amd64.deb` which installs the Python module of JSBSim
7777

7878
### Python module
7979

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

122122
### Aircraft data and example scripts
123123

124-
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.2.zip) or the [tar.gz package](https://github.com/JSBSim-Team/jsbsim/archive/v1.2.2.tar.gz).
124+
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.3.zip) or the [tar.gz package](https://github.com/JSBSim-Team/jsbsim/archive/v1.2.3.tar.gz).
125125

126126
## Quick start
127127

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.2).
11+
Download the JSBSim source from [JSBSim release section](https://github.com/JSBSim-Team/jsbsim/releases/tag/v1.2.3).
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.2
16+
> git clone https://github.com/JSBSim-Team/jsbsim/tree/v1.2.3
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.2-setup.exe` is available from [JSBSim release section](https://github.com/JSBSim-Team/jsbsim/releases/tag/v1.2.2). Download the installer and set up JSBSim in the following local directory tree
68+
A Windows installer `JSBSim-1.2.3-setup.exe` is available from [JSBSim release section](https://github.com/JSBSim-Team/jsbsim/releases/tag/v1.2.3). 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.2-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.35731.53)
88+
> **NOTE:** The JSBSim library file located at `lib\JSBSim.lib` has been compiled with Microsoft Visual Studio Enterprise 2022 (build 17.13.35825.156)
8989
9090
### Prepare MATLAB
9191

0 commit comments

Comments
 (0)