From 33d176a2244c46dbde0f8024d88d89209eb369da Mon Sep 17 00:00:00 2001 From: James Goppert <jgoppert@w7.hsl.dynalias.com> Date: Wed, 16 Mar 2011 03:35:52 -0400 Subject: [PATCH] Updated version. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index cc37339..225fdd0 100644 --- a/configure.in +++ b/configure.in @@ -1,10 +1,10 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(JSBSim.cpp, 1.0.rc3-advtrim-6, jon@jsbsim.org) +AC_INIT(JSBSim.cpp, 1.0.rc3-advtrim-7, jon@jsbsim.org) dnl set the $host variable based on local machine/os AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE(jsbsim, 1.0.rc3-advtrim-6) +AM_INIT_AUTOMAKE(jsbsim, 1.0.rc3-advtrim-7) AC_CONFIG_MACRO_DIR([m4]) # Before making a release, the LT_VERSION string should be modified. -- GitLab