From 18ee66b2972bdc27ddef6ce046d7ed82c9248fd4 Mon Sep 17 00:00:00 2001 From: durk Date: Tue, 19 Jan 2010 20:47:43 +0000 Subject: [PATCH] Let the version number reflect the current state of the release process. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5e5da04fa..237e520e4 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.39.5