certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

certi configure.in CMakeLists.txt


From: certi-cvs
Subject: certi configure.in CMakeLists.txt
Date: Tue, 20 Nov 2007 07:36:21 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      07/11/20 07:36:21

Modified files:
        .              : configure.in CMakeLists.txt 

Log message:
        Bump version to 3.2.6cvs since 3.2.5 has been released

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/configure.in?cvsroot=certi&r1=3.27&r2=3.28
http://cvs.savannah.gnu.org/viewcvs/certi/CMakeLists.txt?cvsroot=certi&r1=1.27&r2=1.28

Patches:
Index: configure.in
===================================================================
RCS file: /sources/certi/certi/configure.in,v
retrieving revision 3.27
retrieving revision 3.28
diff -u -b -r3.27 -r3.28
--- configure.in        19 Nov 2007 10:32:02 -0000      3.27
+++ configure.in        20 Nov 2007 07:36:21 -0000      3.28
@@ -1,12 +1,12 @@
-## $Id: configure.in,v 3.27 2007/11/19 10:32:02 erk Exp $ 
+## $Id: configure.in,v 3.28 2007/11/20 07:36:21 erk Exp $ 
 ## ---------------------------------------------------------------------------
 
 ## Process this file with autoconf to produce `configure'
 ## Init
-AC_INIT([certi],[3.2.5], address@hidden, [certi])
+AC_INIT([certi],[3.2.6cvs], address@hidden, [certi])
 AC_PREREQ(2.53)
 
-AC_REVISION($Revision: 3.27 $)
+AC_REVISION($Revision: 3.28 $)
 AC_CONFIG_SRCDIR(RTIG/RTIG.cc)
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE

Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/CMakeLists.txt,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- CMakeLists.txt      19 Nov 2007 10:32:02 -0000      1.27
+++ CMakeLists.txt      20 Nov 2007 07:36:21 -0000      1.28
@@ -27,10 +27,10 @@
 # Use this in order to make Eclipse CDT parser handle error message smoothly
 # see  http://www.cmake.org/Wiki/CMake:Eclipse
 IF(CMAKE_COMPILER_IS_GNUCC)
-  SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fmessage-length=0")
+  SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fmessage-length=0 -pedantic -ansi")
 ENDIF(CMAKE_COMPILER_IS_GNUCC)
 IF(CMAKE_COMPILER_IS_GNUCXX)
-  SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fmessage-length=0")
+  SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fmessage-length=0 -pedantic -ansi")
 ENDIF(CMAKE_COMPILER_IS_GNUCXX)
 
 IF (WIN32)
@@ -51,7 +51,7 @@
 SET(PACKAGE_NAME      "CERTI")
 SET(PACKAGE_VERSION_MAJOR "3")
 SET(PACKAGE_VERSION_MINOR "2")
-SET(PACKAGE_VERSION_PATCH "5")
+SET(PACKAGE_VERSION_PATCH "6cvs")
 SET(PACKAGE_VERSION   
"${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH}")
 # Autotools compatibility var
 SET(VERSION ${PACKAGE_VERSION})




reply via email to

[Prev in Thread] Current Thread [Next in Thread]