Skip to content

Commit

Permalink
Prepare test release v0.99.93
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Nov 5, 2023
1 parent 5a51893 commit 826cb4f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name: "CodeQL"

on:
push:
branches: [master]
branches: [master, test-release/v0.99]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: [master, test-release/v0.99]
schedule:
- cron: '0 9 * * 2'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,8 @@ jobs:
python-version: '3.8'
- name: PyPI deployment
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/

# Deploy stable release to GitHub
- name: Get JSBSim version
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ cmake_minimum_required (VERSION 3.15)
################################################################################
project(JSBSim)

set(PROJECT_VERSION_MAJOR "1")
set(PROJECT_VERSION_MINOR "2")
set(PROJECT_VERSION_PATCH "0")
set(PROJECT_VERSION_MAJOR "0")
set(PROJECT_VERSION_MINOR "99")
set(PROJECT_VERSION_PATCH "93")
set(PROJECT_CONTACT_EMAIL "[email protected]")
set(PROJECT_CONTACT_VENDOR "The JSBSim team")

Expand Down

0 comments on commit 826cb4f

Please sign in to comment.