From 49d554e9d8f4a6feda933f7f96b06093cb68079f Mon Sep 17 00:00:00 2001 From: "Curtis L. Olson" Date: Mon, 3 Jan 2011 07:54:31 -0600 Subject: [PATCH] Update simgear version number to keep pace with FlightGear. --- Doxyfile | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index e7b8ae9b..d3577a36 100644 --- a/Doxyfile +++ b/Doxyfile @@ -22,7 +22,7 @@ PROJECT_NAME = SimGear # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.9.0 +PROJECT_NUMBER = 2.2.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/configure.ac b/configure.ac index a9185952..2f5fef50 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl Require at least automake 2.52 AC_PREREQ(2.52) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(SimGear, 2.0.0) +AM_INIT_AUTOMAKE(SimGear, 2.2.0) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution.