Skip to content

Commit

Permalink
Release/18.0.0 (#46)
Browse files Browse the repository at this point in the history
* Add short descriptions about 18.0.0.

* Update a major version number.

* Update ChangeLog.
  • Loading branch information
hidehisaakiyama authored Mar 8, 2023
1 parent c1c32fb commit 3cc9cf5
Show file tree
Hide file tree
Showing 4 changed files with 17 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)

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

0 comments on commit 3cc9cf5

Please sign in to comment.