Skip to content

Commit

Permalink
Merge pull request #130 from rcsoccersim/develop
Browse files Browse the repository at this point in the history
update a point version number. Official release 18.1.3.
  • Loading branch information
hidehisaakiyama authored Apr 29, 2023
2 parents 07cdad5 + 6215f45 commit f99d594
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5.1)

project(RCSSServer VERSION 18.1.2)
project(RCSSServer VERSION 18.1.3)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2023-04-29 Hidehisa Akiyama <[email protected]>

* CMakeLists.txt:
* NEWS:
* configure.ac:
- update a point version number. Official release 18.1.3.
- Fix an issue in PenaltyRef. Thanks go to Omid Amini for
providing the patch.

2023-03-17 Hidehisa Akiyama <[email protected]>

* CMakeLists.txt:
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[18.1.3]
* Fix an issue in the penalty shootouts referee. If both teams
score the same when finishing all extended trials, the penalty
shootouts referee will not end the game and the simulator will
get stuck. Thanks go to Omid Amini for providing the patch.

[18.1.2]
* Fix a problem of v18 observation noise model. Quantized distance
values affected by the focus point are now rounded to one decimal
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ([2.69])
LT_PREREQ([2.2])
AC_INIT([RCSSServer],[18.1.2],[https://github.com/rcsoccersim/],[rcssserver])
AC_INIT([RCSSServer],[18.1.3],[https://github.com/rcsoccersim/],[rcssserver])

#AM_INIT_AUTOMAKE([gnu 1.7.2 check-news dist-bzip2 dist-zip])
AM_INIT_AUTOMAKE([gnu 1.7.2 check-news foreign])
Expand Down

0 comments on commit f99d594

Please sign in to comment.