Skip to content

Commit

Permalink
[Release] Release of the 1.00.8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
da115115 committed Jun 26, 2022
1 parent 23299cf commit af2a7ba
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 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 (trademgen)
set_project_names (trademgen TraDemGen)
set_project_brief ("C++ Simulated Travel Demand Generation Library")
set_project_versions (1 00 7)
set_project_versions (1 00 8)

##
# 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 Jun 26 2022 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.8
- Upgraded CMake support files

* Sat Jun 26 2021 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.7
- Added support for Python 3.10

Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 2022-06-26:
- Version 1.00.8
- Upgraded CMake support files

* 2021-06-26:
- Version 1.00.7
- Added support for Python 3.10
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ but names may vary according to distributions):

## Building the library and test binary from the tarball
The latest stable source tarball (`trademgen*.tar.gz` or `.bz2`) can be
found on GitHub: https://github.com/airsim/trademgen/tags, _e.g._,
https://github.com/airsim/trademgen/archive/trademgen-1.00.7.tar.gz
found on GitHub: https://github.com/airsim/trademgen/tags

As TraDemGen depends on other
[Travel Market Simulator (TvlSim/AirSim)](https://github.com/airsim/)
Expand All @@ -74,7 +73,7 @@ If MetaSim is not used, in order to customise the following to your
environment, you can alter the path to the installation directory:
```bash
export INSTALL_BASEDIR="/home/user/dev/deliveries"
export TDG_VER="1.00.7"
export TDG_VER="1.00.8"
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=7
VERSION_PATCH=8
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 af2a7ba

Please sign in to comment.