]> git.mxchange.org Git - simgear.git/commitdiff
Update simgear version number to keep pace with FlightGear.
authorCurtis L. Olson <curtolson@gmail.com>
Mon, 3 Jan 2011 13:54:31 +0000 (07:54 -0600)
committerCurtis L. Olson <curtolson@gmail.com>
Mon, 3 Jan 2011 13:54:31 +0000 (07:54 -0600)
Doxyfile
configure.ac

index e7b8ae9b476c4aa2091b780cb72ce60113a30b4b..d3577a36a04f64c3eae7630a7cf994cc4a7d01a9 100644 (file)
--- 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. 
index a9185952a1ac26604363182147e5c038462a2cc8..2f5fef50c19229544e516592c60fd2d1553fc4fa 100644 (file)
@@ -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.