Skip to content

Commit

Permalink
Fixed incorrect version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
loonycyborg committed Mar 6, 2016
1 parent 0b1ab96 commit 653a62b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Expand Up @@ -31,7 +31,7 @@ PROJECT_NAME = "The Battle for Wesnoth"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.13.4+svn
PROJECT_NUMBER = 1.13.4+dev

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion changelog
@@ -1,4 +1,4 @@
Version 1.13.4+svn:
Version 1.13.4+dev:
* Language and i18n:
* Updated translations:

Expand Down
2 changes: 1 addition & 1 deletion players_changelog
Expand Up @@ -2,7 +2,7 @@ This is meant to be a concise list of player-visible changes (very minor
changes may be omitted). For a complete list of changes, see the main
changelog: https://github.com/wesnoth/wesnoth/blob/master/changelog

Version 1.13.4+svn:
Version 1.13.4+dev:
* Language and i18n:
* Updated translations:

Expand Down
2 changes: 1 addition & 1 deletion src/wesconfig.h
Expand Up @@ -40,7 +40,7 @@
#undef VERSION
#endif

#define VERSION "1.13.4+svn"
#define VERSION "1.13.4+dev"

// Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1
Expand Down

0 comments on commit 653a62b

Please sign in to comment.