Skip to content

Commit a96bebf

Browse files
Merge pull request #88 from rcsoccersim/develop
Official Release 17.0.1
2 parents d857a25 + f0dc42f commit a96bebf

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-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 17.0.0)
3+
project(RCSSServer VERSION 17.0.1)
44

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

ChangeLog

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2022-04-03 Hidehisa Akiyama <hidehisaakiyama@users.noreply.github.com>
2+
3+
* CMakeLists.txt:
4+
* NEWS:
5+
* configure.ac:
6+
- update a point version number. Official release 17.0.1
7+
8+
* rcss/conf/builder.cpp:
9+
* src/observer.h:
10+
- fix build problems caused by missing headers
11+
112
2022-04-02 Hidehisa Akiyama <hidehisaakiyama@users.noreply.github.com>
213

314
* CMakeLists.txt:

NEWS

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[17.0.1]
2+
* Fix build problems caused by missing headers.
3+
14
[17.0.0]
25
* New parameters:
36
- server::max_catch_angle (default value: 90.0)

configure.ac

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

44
AC_PREREQ(2.61)
55
LT_PREREQ([2.2])
6-
AC_INIT([RCSSServer],[17.0.0],[https://github.com/rcsoccersim/],[rcssserver])
6+
AC_INIT([RCSSServer],[17.0.1],[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)