]> git.mxchange.org Git - flightgear.git/commit
add --version option that works something like this:
authormfranz <mfranz>
Sat, 15 Mar 2008 12:10:44 +0000 (12:10 +0000)
committermfranz <mfranz>
Sat, 15 Mar 2008 12:10:44 +0000 (12:10 +0000)
commitfa30b795763509a7afb309d8935b70e74df659c3
tree8b0a630412bb9439d14c16892013f8db219364d4
parent9d63f97cf645ac6a488db7e432fd381deff91e9a
add --version option that works something like this:

  $ fgfs --version
  2.0pre-20080314
  FG_ROOT=/usr/local/share/FlightGear
  FG_HOME=/home/foo/.fgfs

... assuming that VERSION in config.h is "2.0pre-20080314". Which it isn't.
Instead it's "1.0.0" since yesterday, and was "0.9.10" before that. This
has yet to be discussed, and I'll add the option to options.xml later.
src/Main/options.cxx