Skip to content

Commit

Permalink
tilespec.c: Correct comment about accepted capabilities
Browse files Browse the repository at this point in the history
- Tilespec capstring for 2.4 was given instead of 2.6 one
- Spec capstring for 2.3 was given instead of 2.6 one

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
  • Loading branch information
cazfi committed Feb 27, 2019
1 parent d0c1c94 commit 7dec252
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/tilespec.c
Expand Up @@ -80,8 +80,8 @@
/*
* Tilespec capabilities acceptable to this program:
*
* +Freeciv-2.4-tilespec
* - basic format for Freeciv versions 2.4.x; required
* +Freeciv-2.6-tilespec
* - basic format for Freeciv versions 2.6.x; required
*
* +Freeciv-tilespec-Devel-YYYY.MMM.DD
* - tilespec of the development version at the given data
Expand All @@ -96,8 +96,8 @@
/*
* Individual spec file capabilities acceptable to this program:
*
* +Freeciv-2.3-spec
* - basic format for Freeciv versions 2.3.x; required
* +Freeciv-2.6-spec
* - basic format for Freeciv versions 2.6.x; required
*/

#define TILESPEC_SUFFIX ".tilespec"
Expand Down

0 comments on commit 7dec252

Please sign in to comment.