[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth ./changelog ./configure.ac ./config.h.d...
From: |
Isaac Clerencia |
Subject: |
[Wesnoth-cvs-commits] wesnoth ./changelog ./configure.ac ./config.h.d... |
Date: |
Mon, 19 Sep 2005 11:22:36 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Isaac Clerencia <address@hidden> 05/09/19 15:22:36
Modified files:
. : changelog configure.ac config.h.dummy
src : wesconfig.h
Log message:
Bump version to 1.0rc1
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/changelog.diff?tr1=1.951&tr2=1.952&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.168&tr2=1.169&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/config.h.dummy.diff?tr1=1.36&tr2=1.37&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/wesconfig.h.diff?tr1=1.42&tr2=1.43&r1=text&r2=text
Patches:
Index: wesnoth/changelog
diff -u wesnoth/changelog:1.951 wesnoth/changelog:1.952
--- wesnoth/changelog:1.951 Mon Sep 19 08:48:02 2005
+++ wesnoth/changelog Mon Sep 19 15:22:36 2005
@@ -1,4 +1,4 @@
-CVS HEAD:
+Version 1.0rc1:
* language and i18n:
* updated translations: Afrikaans, Bulgarian, Catalan, Finnish, German,
Greek, Hungarian, Japanese, Portuguese (Brazil), Russian, Slovenian,
Index: wesnoth/config.h.dummy
diff -u wesnoth/config.h.dummy:1.36 wesnoth/config.h.dummy:1.37
--- wesnoth/config.h.dummy:1.36 Wed Sep 7 19:41:20 2005
+++ wesnoth/config.h.dummy Mon Sep 19 15:22:36 2005
@@ -9,17 +9,17 @@
#define PACKAGE_NAME "Battle for Wesnoth"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Battle for Wesnoth 0.9.7+cvs"
+#define PACKAGE_STRING "Battle for Wesnoth 1.0rc1"
/* 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.7+cvs"
+#define PACKAGE_VERSION "1.0rc1"
/* Version number of package */
-#define VERSION "0.9.7+cvs"
+#define VERSION "1.0rc1"
/* The default server for this version */
-#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
+#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.168 wesnoth/configure.ac:1.169
--- wesnoth/configure.ac:1.168 Wed Sep 7 19:41:20 2005
+++ wesnoth/configure.ac Mon Sep 19 15:22:36 2005
@@ -6,10 +6,10 @@
AC_PREREQ([2.57])
-define([WESNOTH_VERSION],[0.9.7+cvs])
+define([WESNOTH_VERSION],[1.0rc1])
-dnl define([DEFAULT_SERVER],[server.wesnoth.org])
-define([DEFAULT_SERVER],[devsrv.wesnoth.org:14999])
+define([DEFAULT_SERVER],[server.wesnoth.org])
+dnl define([DEFAULT_SERVER],[devsrv.wesnoth.org:14999])
AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, address@hidden, [wesnoth])
AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["]DEFAULT_SERVER["], [The default server
for this version])
@@ -37,7 +37,7 @@
EOF
])
-AC_REVISION([$Revision: 1.168 $])
+AC_REVISION([$Revision: 1.169 $])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_SRCDIR([src/actions.cpp])
Index: wesnoth/src/wesconfig.h
diff -u wesnoth/src/wesconfig.h:1.42 wesnoth/src/wesconfig.h:1.43
--- wesnoth/src/wesconfig.h:1.42 Wed Sep 7 19:41:20 2005
+++ wesnoth/src/wesconfig.h Mon Sep 19 15:22:36 2005
@@ -4,8 +4,8 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#else
-# define VERSION "0.9.7+cvs"
-# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
+# define VERSION "1.0rc1"
+# define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"
# define PACKAGE "wesnoth"
# ifndef LOCALEDIR
# define LOCALEDIR "translations"