Version 1.12.3 for real this time

This commit is contained in:
Ignacio R. Morelle 2015-06-12 18:19:41 -03:00
parent f4f7301bcf
commit 774a5e231c
2 changed files with 2 additions and 2 deletions

View file

@ -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.12.2+dev
PROJECT_NUMBER = 1.12.3
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View file

@ -23,7 +23,7 @@
#ifdef VERSION
#undef VERSION
#endif
#define VERSION "1.12.2+dev"
#define VERSION "1.12.3"
#ifndef PACKAGE
#define PACKAGE "wesnoth"
#endif