]> git.mxchange.org Git - flightgear.git/commitdiff
Update version number.
authordurk <durk>
Fri, 5 Feb 2010 05:40:15 +0000 (05:40 +0000)
committerTim Moore <timoore33@gmail.com>
Fri, 5 Feb 2010 10:20:26 +0000 (11:20 +0100)
configure.ac
src/Include/config.h-msvc6
src/Include/config.h-msvc71
src/Include/config.h-msvc8

index 6a90673896342b5c3a834e4e5229c95de7de4fd2..fda72f9fc2ef00d83d3f6c67465b3515db4a7723 100644 (file)
@@ -10,7 +10,7 @@ AC_PREREQ(2.52)
 dnl Initialize the automake stuff
 dnl set the $host variable based on local machine/os
 AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(FlightGear, 2.0.0-rc2)
+AM_INIT_AUTOMAKE(FlightGear, 2.0.0)
 
 dnl Checks for programs.
 AC_PROG_MAKE_SET
index 1b7f8ddc6b56986091e4fdeedae4bf377ba017b3..67470ea815cbe57596d25b6fcdad934a8237db8a 100644 (file)
 #define PACKAGE "FlightGear"
 
 /* Define to package version - use in main.cxx */
+<<<<<<< config.h-msvc6
+#define FLIGHTGEAR_VERSION "MSVC6-WIN32-2.0.0-rc2"
+=======
 #define FLIGHTGEAR_VERSION "MSVC6-WIN32-2.0.0"
+>>>>>>> 1.13
 
 /* Define as the return type of signal handlers (int or void).  */
 #define RETSIGTYPE void
 #define TM_IN_SYS_TIME 1
 
 /* Define to version number */
+<<<<<<< config.h-msvc6
+#define VERSION "2.0.0-rc2"
+=======
 #define VERSION "2.0.0"
+>>>>>>> 1.13
 
 /* Define if compiling on a Winbloze (95, NT, etc.) platform */
 #define WIN32 1
index 0e7fc3835fc08156cec96f9d349bd5571094294f..5d758a284b1ed477c578c221cbe4ab6286c779c9 100755 (executable)
 #define PACKAGE "FlightGear"
 
 /* Define to package version - use in main.cxx */
+<<<<<<< config.h-msvc71
+#define FLIGHTGEAR_VERSION "MSVC7.1-WIN32-2.0.0-rc2"
+=======
 #define FLIGHTGEAR_VERSION "MSVC7.1-WIN32-2.0.0"
+>>>>>>> 1.7
 
 /* Define as the return type of signal handlers (int or void).  */
 #define RETSIGTYPE void
 #define TM_IN_SYS_TIME 1
 
 /* Define to version number */
+<<<<<<< config.h-msvc71
+#define VERSION "2.0.0-rc2"
+=======
 #define VERSION "2.0.0"
+>>>>>>> 1.7
 #ifndef  FG_VERSION     /* allow override */
 #define  FG_VERSION     7
 #endif   /* FG_VERSION */
index fd8ce66b9ca4518d0ca87f475e4a877fdc25f322..ad0a421b01c72077ca673ddbaf4a4c1d423f02a6 100755 (executable)
 #define PACKAGE "FlightGear"
 
 /* Define to package version - use in main.cxx */
+<<<<<<< config.h-msvc8
+#define FLIGHTGEAR_VERSION "MSVC8-WIN32-2.0.0-rc2"
+=======
 #define FLIGHTGEAR_VERSION "MSVC8-WIN32-2.0.0"
+>>>>>>> 1.14
 
 /* Define as the return type of signal handlers (int or void).  */
 #define RETSIGTYPE void
 #define TM_IN_SYS_TIME 1
 
 /* Define to version number */
+<<<<<<< config.h-msvc8
+#define VERSION "2.0.0-rc2"
+=======
 #define VERSION "2.0.0"
+>>>>>>> 1.14
 
 /* Define if compiling on a Winbloze (95, NT, etc.) platform */
 #define WIN32 1