Skip to content

Commit

Permalink
[Release] Release of the 1.01.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
da115115 committed May 1, 2023
1 parent 3efceae commit a15da7d
Show file tree
Hide file tree
Showing 5 changed files with 12 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 (tvlsim)
set_project_names (tvlsim TvlSim)
set_project_brief ("C++ Simulated Travel-Oriented Distribution System Library")
set_project_versions (1 01 5)
set_project_versions (1 01 6)

##
# 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 @@
* Mon May 01 2023 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.01.6
- Upgraded CMake support files

* Sun Jun 26 2022 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.01.5
- Upgraded CMake support files

Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 2023-05-01:
- Version 1.01.6
- Upgraded CMake support files

* 2022-06-26:
- Version 1.01.5
- Upgraded CMake support files
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ $ dnf -y install tvlsim-devel tvlsim-doc

You can also get the RPM packages (which may work on Linux
distributions like Novel Suse and Mandriva) from the Fedora repository
(_e.g._, for Fedora 32,
https://fr2.rpmfind.net/linux/RPM/fedora/32/x86_64/)
(_e.g._, for Fedora 38,
https://fr2.rpmfind.net/linux/RPM/fedora/38/x86_64/)


## Building the library and test binary from Git repository
Expand Down Expand Up @@ -82,7 +82,7 @@ To customise the following to your environment, you can alter the path
to the installation directory:
```bash
export INSTALL_BASEDIR="${HOME}/dev/deliveries"
export TVLSIM_VER="1.01.5"
export TVLSIM_VER="1.01.6"
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=01
VERSION_PATCH=5
VERSION_PATCH=6
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 a15da7d

Please sign in to comment.