Skip to content

Commit

Permalink
1.17.3+dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Apr 17, 2022
1 parent 4a6ba74 commit 073d411
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "The Battle for Wesnoth"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.17.3
PROJECT_NUMBER = 1.17.3+dev

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Version 1.17.3+dev
### Add-ons client
### Add-ons server
### Campaigns
### Editor
### Multiplayer
### Lua API
### Packaging
### Terrain
### Translations
### Units
### User interface
### WML Engine
### Miscellaneous and Bug Fixes

## Version 1.17.3
### Add-ons client
* The `forum_auth` attribute now allows authenticating with your forum credentials, as well as no longer requiring the `passphrase` or `email` attributes be populated in the `_server.pbl`. (PR #5866)
Expand Down
2 changes: 1 addition & 1 deletion data/tools/wesnoth/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
major = 1
minor = 17
release = 3
dev_suffix = "" # either use "+dev", "-dev", "" (empty string) or None
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None

as_string = "{}.{}.{}{}".format(major,
minor,
Expand Down
4 changes: 2 additions & 2 deletions src/wesconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
#undef VERSION
#endif

#define VERSION "1.17.3"
#define VERSION "1.17.3+dev"

// Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1
#define RC_VERSION_MINOR 17
#define RC_VERSION_REVISION 3
#define RC_VERSION_REVISION 4

#endif

0 comments on commit 073d411

Please sign in to comment.