-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update a point version number. official release 16.0.1 (#55)
* Fix the issue of the length of half time caused by slow_down_factor. * update a point version number. official release 16.0.1
- Loading branch information
1 parent
1b5076d
commit dfd4209
Showing
4 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2021-07-20 Hidehisa Akiyama <[email protected]> | ||
|
||
* NEWS: | ||
* configure.ac: | ||
- update a minor version number. Official release 16.0.1 | ||
|
||
* src/serverparam.cpp: | ||
- fix a bug of the length of half time caused by slow_down_factor. | ||
|
||
2020-02-03 Hidehisa Akiyama <[email protected]> | ||
|
||
* NEWS: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
AC_PREREQ(2.61) | ||
LT_PREREQ([2.2]) | ||
AC_INIT([RCSSServer],[16.0.0],[[email protected]],[rcssserver]) | ||
AC_INIT([RCSSServer],[16.0.1],[[email protected]],[rcssserver]) | ||
|
||
#AM_INIT_AUTOMAKE([gnu 1.7.2 check-news dist-bzip2 dist-zip]) | ||
AM_INIT_AUTOMAKE([gnu 1.7.2 check-news foreign]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters