Skip to content

Commit

Permalink
Merge pull request #124 from rcsoccersim/release/18.1.2
Browse files Browse the repository at this point in the history
Update a point version number. Official Release 18.1.2.
  • Loading branch information
hidehisaakiyama authored Mar 17, 2023
2 parents 7fc1142 + 0de74a5 commit 99057d3
Show file tree
Hide file tree
Showing 4 changed files with 15 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.1)
project(RCSSServer VERSION 18.1.2)

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

* CMakeLists.txt:
* NEWS:
* configure.ac:
- update a point version number. Official release 18.1.2.
- Fix a problem of v18 observation noise model.

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

* CMakeLists.txt:
Expand Down
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[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
place.

[18.1.1]
* Fix a problem in which the focus point is sometimes not updated.

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.1],[https://github.com/rcsoccersim/],[rcssserver])
AC_INIT([RCSSServer],[18.1.2],[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 99057d3

Please sign in to comment.