Switch to the 0.x.0 releases era
This commit is contained in:
parent
ee078e8404
commit
0b6c2f9b20
4 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
Version 0.9:
|
||||
Version 0.9.0:
|
||||
* user interface improvements:
|
||||
* added alternative theme: DFool
|
||||
* added theme dialog, launched with ":theme"
|
||||
|
|
|
@ -9,16 +9,16 @@
|
|||
#define PACKAGE_NAME "Battle for Wesnoth"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "Battle for Wesnoth 0.9"
|
||||
#define PACKAGE_STRING "Battle for Wesnoth 0.9.0"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "wesnoth"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.9"
|
||||
#define PACKAGE_VERSION "0.9.0"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.9"
|
||||
#define VERSION "0.9.0"
|
||||
|
||||
/* The default server for this version */
|
||||
#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
AC_PREREQ([2.57])
|
||||
|
||||
define([WESNOTH_VERSION],[0.9])
|
||||
define([WESNOTH_VERSION],[0.9.0])
|
||||
|
||||
define([DEFAULT_SERVER],[server.wesnoth.org])
|
||||
dnl define([DEFAULT_SERVER],[devsrv.wesnoth.org])
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#else
|
||||
# define VERSION "0.9"
|
||||
# define VERSION "0.9.0"
|
||||
# define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"
|
||||
# define PACKAGE "wesnoth"
|
||||
# ifndef LOCALEDIR
|
||||
|
|
Loading…
Add table
Reference in a new issue