Skip to content

Commit

Permalink
ruleset.h: Correct comment about accepted capabilities
Browse files Browse the repository at this point in the history
- Capstring for 2.3 was given instead of 2.6 one
- For the development capstr, tilespec string was given instead
  of ruleset one

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
  • Loading branch information
cazfi committed Feb 27, 2019
1 parent 66062b0 commit 1b4a438
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/ruleset.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**********************************************************************
/***********************************************************************
Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -21,10 +21,10 @@ extern "C" {
/*
* Ruleset capabilities acceptable to this program:
*
* +Freeciv-2.3-ruleset
* - basic ruleset format for Freeciv versions 2.3.x; required
* +Freeciv-2.6-ruleset
* - basic ruleset format for Freeciv versions 2.6.x; required
*
* +Freeciv-tilespec-Devel-YYYY.MMM.DD
* +Freeciv-ruleset-Devel-YYYY.MMM.DD
* - ruleset of the development version at the given data
*/

Expand Down

0 comments on commit 1b4a438

Please sign in to comment.