]> git.mxchange.org Git - simgear.git/commitdiff
Update version number.
authordurk <durk>
Fri, 5 Feb 2010 05:37:31 +0000 (05:37 +0000)
committerTim Moore <timoore33@gmail.com>
Fri, 5 Feb 2010 10:13:56 +0000 (11:13 +0100)
configure.ac

index d2caab5ab9a8999c47fadcbdd1c33a8a3e9d3bc4..6ac0c87b481edc85c42c79495b248be3db9a6e1f 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-rc2)
+AM_INIT_AUTOMAKE(SimGear, 2.0.0)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.