Skip to content

Commit 84f1286

Browse files
committed
[Release] Release of 1.00.11
1 parent 61f3f01 commit 84f1286

5 files changed

Lines changed: 10 additions & 3 deletions

File tree

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 (airinv)
1111
set_project_names (airinv AirInv)
1212
set_project_brief ("C++ Simulated Airline Inventory Management System Library")
13-
set_project_versions (1 00 10)
13+
set_project_versions (1 00 11)
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.11
2+
- Upgraded CMake support files
3+
14
* Mon Jan 27 2025 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.10
25
- Upgraded CMake support files
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.11
3+
- Upgraded CMake support files
4+
15
* 2025-01-27:
26
- Version 1.00.10
37
- Upgraded CMake support files

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To customise the following to your environment, you can alter the path
6464
to the installation directory:
6565
```bash
6666
export INSTALL_BASEDIR="${HOME}/dev/deliveries"
67-
export AIRINV_VER="1.00.10"
67+
export AIRINV_VER="1.00.11"
6868
```
6969

7070
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=10
54+
VERSION_PATCH=11
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)