Salome HOME
Search runSalome.py instead of runSalome for KERNEL detection
[modules/yacs.git] / configure.in.base
index 47b414ec8f782e996a5b19ada9d72aadf10ad747..85ef94023e73882a4084ef558bbf5d168044d80e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2006-2013  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,7 @@
 # --
 # -----------------------------------------------------------------------------
 #
-AC_INIT([Salome2 Project], [7.1.0], [paul.rascle@edf.fr], [SalomeYacs])
+AC_INIT([Salome2 Project], [7.2.0], [paul.rascle@edf.fr], [SalomeYacs])
 AC_CONFIG_AUX_DIR(adm/unix/config_files)
 AM_INIT_AUTOMAKE([tar-pax])
 AC_CONFIG_HEADER(yacs_config.h)
@@ -35,7 +35,7 @@ SHORT_VERSION=`echo $VERSION | awk -F. '{printf("%d.%d",$1,$2)}'`
 AC_SUBST(SHORT_VERSION)
 XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'`
 AC_SUBST(XVERSION)
-VERSION_DEV=1
+VERSION_DEV=0
 AC_SUBST(VERSION_DEV)
 
 RELEASE=$VERSION
@@ -208,5 +208,6 @@ AC_OUTPUT([ \
   src/salomegui/resources/SalomeApp.xml \
   doc/Doxyfile \
   doc/conf.py \
+  doc/sources/header.html \
 ])