Skip to content

Commit f99d594

Browse files
Merge pull request #130 from rcsoccersim/develop
update a point version number. Official release 18.1.3.
2 parents 07cdad5 + 6215f45 commit f99d594

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5.1)
22

3-
project(RCSSServer VERSION 18.1.2)
3+
project(RCSSServer VERSION 18.1.3)
44

55
set(CMAKE_CXX_STANDARD 17)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)

ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2023-04-29 Hidehisa Akiyama <hidehisaakiyama@users.noreply.github.com>
2+
3+
* CMakeLists.txt:
4+
* NEWS:
5+
* configure.ac:
6+
- update a point version number. Official release 18.1.3.
7+
- Fix an issue in PenaltyRef. Thanks go to Omid Amini for
8+
providing the patch.
9+
110
2023-03-17 Hidehisa Akiyama <hidehisaakiyama@users.noreply.github.com>
211

312
* CMakeLists.txt:

NEWS

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[18.1.3]
2+
* Fix an issue in the penalty shootouts referee. If both teams
3+
score the same when finishing all extended trials, the penalty
4+
shootouts referee will not end the game and the simulator will
5+
get stuck. Thanks go to Omid Amini for providing the patch.
6+
17
[18.1.2]
28
* Fix a problem of v18 observation noise model. Quantized distance
39
values affected by the focus point are now rounded to one decimal

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
AC_PREREQ([2.69])
55
LT_PREREQ([2.2])
6-
AC_INIT([RCSSServer],[18.1.2],[https://github.com/rcsoccersim/],[rcssserver])
6+
AC_INIT([RCSSServer],[18.1.3],[https://github.com/rcsoccersim/],[rcssserver])
77

88
#AM_INIT_AUTOMAKE([gnu 1.7.2 check-news dist-bzip2 dist-zip])
99
AM_INIT_AUTOMAKE([gnu 1.7.2 check-news foreign])

0 commit comments

Comments
 (0)