Skip to content

Commit 593ee19

Browse files
committed
[Release] Release of 1.00.12
1 parent 033c158 commit 593ee19

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include (config/project_config_embeddable.cmake)
1010
project (airrac)
1111
set_project_names (airrac AirRAC)
1212
set_project_brief ("C++ Simulated Revenue Accounting (RAC) System Library")
13-
set_project_versions (1 00 11)
13+
set_project_versions (1 00 12)
1414

1515
##
1616
# Project options

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Mon Mar 31 2025 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.12
2+
- Upgraded CMake support files
3+
14
* Tue Mar 25 2025 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.11
25
- Made the CMake export conf relocatable
36

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* 2025-03-31:
2+
- Version 1.00.12
3+
- Upgraded CMake support files
4+
15
* 2025-03-25:
26
- Version 1.00.11
37
- Made the CMake export conf relocatable

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To customise the following to your environment, you can alter the path
6161
to the installation directory:
6262
```bash
6363
export INSTALL_BASEDIR="${HOME}/dev/deliveries"
64-
export AIRRAC_VER="1.00.11"
64+
export AIRRAC_VER="1.00.12"
6565
```
6666

6767
Then, as usual:

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fi
5151
#
5252
VERSION_MAJOR=1
5353
VERSION_MINOR=00
54-
VERSION_PATCH=11
54+
VERSION_PATCH=12
5555
VERSION_TMP_STRING=`grep "set_project_versions" CMakeLists.txt | sed -e "s/set_project_versions.*\([0-9]\+.\+[0-9]\+.\+[0-9]\+\).\+/\1/"`
5656
VERSION_STRING=`echo "${VERSION_TMP_STRING}" | grep "^[0-9]\+.[0-9]\+.[0-9]\+$"`
5757

0 commit comments

Comments
 (0)