Skip to content

Commit

Permalink
Post-release version bump
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
irydacea committed Jul 22, 2018
1 parent 4cf379b commit bca38cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
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.14.4
PROJECT_NUMBER = 1.14.4+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
2 changes: 2 additions & 0 deletions changelog.md
@@ -1,3 +1,5 @@
## Version 1.14.4+dev

## Version 1.14.4
### Security Fixes
* Fixed Lua being able to escape sandboxing via load/loadstring (CVE-2018-1999023).
Expand Down
4 changes: 2 additions & 2 deletions src/wesconfig.h
Expand Up @@ -40,11 +40,11 @@
#undef VERSION
#endif

#define VERSION "1.14.4"
#define VERSION "1.14.4+dev"

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

#endif

0 comments on commit bca38cd

Please sign in to comment.