Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2003:
[Freeciv-Dev] (PR#4724) data/Freeciv also needs 1.14.99-devel
Home

[Freeciv-Dev] (PR#4724) data/Freeciv also needs 1.14.99-devel

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#4724) data/Freeciv also needs 1.14.99-devel
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Jul 2003 14:22:08 -0700
Reply-to: rt@xxxxxxxxxxxxxx

Looks like data/Freeciv also needs to have its version string updated.

jason

Index: configure.ac
===================================================================
RCS file: /home/freeciv/CVS/freeciv/configure.ac,v
retrieving revision 1.49
diff -u -r1.49 configure.ac
--- configure.ac        2003/07/28 20:16:17     1.49
+++ configure.ac        2003/07/30 21:21:14
@@ -14,7 +14,7 @@
 
 dnl client/server should always have the same major and minor versions
 dnl different patch versions are compatible
-dnl These must match values in common/version.h
+dnl These must match values in common/version.h and data/Freeciv
 MAJOR_VERSION=1
 MINOR_VERSION=14
 PATCH_VERSION=99
Index: configure.in
===================================================================
RCS file: /home/freeciv/CVS/freeciv/configure.in,v
retrieving revision 1.225
diff -u -r1.225 configure.in
--- configure.in        2003/07/28 20:16:17     1.225
+++ configure.in        2003/07/30 21:21:14
@@ -13,7 +13,7 @@
 
 dnl client/server should always have the same major and minor versions
 dnl different patch versions are compatible
-dnl These must match values in common/version.h
+dnl These must match values in common/version.h and data/Freeciv
 MAJOR_VERSION=1
 MINOR_VERSION=14
 PATCH_VERSION=99
Index: data/Freeciv
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/Freeciv,v
retrieving revision 1.209
diff -u -r1.209 Freeciv
--- data/Freeciv        2003/07/28 01:11:48     1.209
+++ data/Freeciv        2003/07/30 21:21:14
@@ -5,7 +5,7 @@
 ! none widgets resources
 ! gotAppDefFile MUST be the first entry!
 Freeciv*gotAppDefFile:                       True
-Freeciv*version:                             1.14.1-devel
+Freeciv*version:                             1.14.99-devel
 Freeciv.title:                               Freeciv
 Freeciv.iconName:                            Freeciv
 Freeciv*borderColor:                         black

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#4724) data/Freeciv also needs 1.14.99-devel, Jason Short <=