Merge branch 'durk/version'
This commit is contained in:
commit
29260852af
3 changed files with 3 additions and 3 deletions
2
Thanks
2
Thanks
|
@ -39,7 +39,7 @@ Michele America <nomimarketing@mail.telepac.pt>
|
|||
Emmanuel Baranger <>
|
||||
Many, many very nice aircraft models.
|
||||
|
||||
Andrei Barbu "T"Eval" teval@myrealbox.com
|
||||
Andrei Barbu <andrei@0xab.com>
|
||||
Designed and implemented the current version of the FlightGear website.
|
||||
|
||||
|
||||
|
|
|
@ -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, 1.9.1)
|
||||
AM_INIT_AUTOMAKE(FlightGear, 2.0.0-rc2)
|
||||
|
||||
dnl Checks for programs.
|
||||
AC_PROG_MAKE_SET
|
||||
|
|
|
@ -891,7 +891,7 @@ bool fgMainInit( int argc, char **argv ) {
|
|||
fgInitFGRoot(argc, argv);
|
||||
|
||||
// Check for the correct base package version
|
||||
static char required_version[] = "1.9.0";
|
||||
static char required_version[] = "2.0.0";
|
||||
string base_version = fgBasePackageVersion();
|
||||
if ( !(base_version == required_version) ) {
|
||||
// tell the operator how to use this application
|
||||
|
|
Loading…
Add table
Reference in a new issue