Skip to content

Commit

Permalink
Merge pull request #88 from rcsoccersim/develop
Browse files Browse the repository at this point in the history
Official Release 17.0.1
  • Loading branch information
hidehisaakiyama authored Apr 3, 2022
2 parents d857a25 + f0dc42f commit a96bebf
Show file tree
Hide file tree
Showing 4 changed files with 16 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 17.0.0)
project(RCSSServer VERSION 17.0.1)

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

* CMakeLists.txt:
* NEWS:
* configure.ac:
- update a point version number. Official release 17.0.1

* rcss/conf/builder.cpp:
* src/observer.h:
- fix build problems caused by missing headers

2022-04-02 Hidehisa Akiyama <[email protected]>

* CMakeLists.txt:
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[17.0.1]
* Fix build problems caused by missing headers.

[17.0.0]
* New parameters:
- server::max_catch_angle (default value: 90.0)
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.61)
LT_PREREQ([2.2])
AC_INIT([RCSSServer],[17.0.0],[https://github.com/rcsoccersim/],[rcssserver])
AC_INIT([RCSSServer],[17.0.1],[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 a96bebf

Please sign in to comment.