Skip to content

Commit

Permalink
[Release 1.00.10] Release of the 1.00.10 version of StdAir
Browse files Browse the repository at this point in the history
  • Loading branch information
da115115 committed May 31, 2020
1 parent 36fa1f0 commit 572268d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include (config/project_config_embeddable.cmake)
project (stdair)
set_project_names (stdair StdAir)
set_project_brief ("C++ Standard Airline IT Object Library")
set_project_versions (1 00 9)
set_project_versions (1 00 10)

##
# Project options
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Sun May 31 2020 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.10
- More robust way to derive Boost.Python component (even if not used)

* Sat May 30 2020 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.9
- Removed dependency on Python

Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 2020-05-31:
- Version 1.00.10
- More robust way to derive Boost.Python component (even if not used)

* 2020-05-30:
- Version 1.00.9
- Removed dependency on Python
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ but names may vary according to distributions):
# Building the library and test binary from the tarball
The latest stable source tarball (`stdair*.tar.gz` or `.bz2`) can be
found on GitHub: http://github.com/airsim/stdair/releases, _e.g._,
https://github.com/airsim/stdair/archive/stdair-1.00.9.tar.gz
https://github.com/airsim/stdair/archive/stdair-1.00.10.tar.gz

To customise the following to your environment, you can alter the path
to the installation directory:
```bash
export INSTALL_BASEDIR="${HOME}/dev/deliveries"
export STDAIR_VER="1.00.9"
export STDAIR_VER="1.00.10"
if [ -d /usr/lib64 ]; then LIBSUFFIX="64"; fi
export LIBSUFFIX_4_CMAKE="-DLIB_SUFFIX=$LIBSUFFIX"
```
Expand Down
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fi
#
VERSION_MAJOR=1
VERSION_MINOR=00
VERSION_PATCH=9
VERSION_PATCH=10
VERSION_TMP_STRING=`grep "set_project_versions" CMakeLists.txt | sed -e "s/set_project_versions.*\([0-9]\+.\+[0-9]\+.\+[0-9]\+\).\+/\1/"`
VERSION_STRING=`echo "${VERSION_TMP_STRING}" | grep "^[0-9]\+.[0-9]\+.[0-9]\+$"`

Expand Down

0 comments on commit 572268d

Please sign in to comment.