Skip to content

Commit

Permalink
Merge pull request #47 from rcsoccersim/develop
Browse files Browse the repository at this point in the history
Official Release 18.0.0
  • Loading branch information
hidehisaakiyama authored Mar 8, 2023
2 parents 09b1b07 + 3cc9cf5 commit 00861ce
Show file tree
Hide file tree
Showing 20 changed files with 4,287 additions and 1,471 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)

project(rcssmonitor VERSION 17.0.0)
project(rcssmonitor VERSION 18.0.0)

if(CMAKE_VERSION VERSION_LESS "3.7.0")
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2023-03-07 Hidehisa Akiyama <[email protected]>

* CMakeLists.txt:
* NEWS:
* configurea.ac:
- updated a major version number. Official release 18.0.0.

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

* CMakeLists.txt:
Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[18.0.0]
* Support the changes of JSON-based protocol. To use the JSON-based
monitor protocol, -1 is required for client-version.

* Support the monitor protocol version 5 (RCG version 6).

* Add options to draw the selected player's focus point.

[17.0.0]
* Remove dependency on Boost library.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT([rcssmonitor],[17.0.0],[https://github.com/rcsoccersim/rcssmonitor])
AC_INIT([rcssmonitor],[18.0.0],[https://github.com/rcsoccersim/rcssmonitor])

#LT_PREREQ(2.2.4)

Expand Down
4 changes: 2 additions & 2 deletions rcss/rcg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ target_compile_options(rcssrcg


set_target_properties(rcssrcg PROPERTIES
VERSION 17.0.0
SOVERSION 17
VERSION 18.0.0
SOVERSION 18
)

install(TARGETS rcssrcg LIBRARY
Expand Down
Loading

0 comments on commit 00861ce

Please sign in to comment.