[cig-commits] r19165 - short/3D/PyLith/pylith_installer/trunk

brad at geodynamics.org brad at geodynamics.org
Wed Nov 9 07:45:43 PST 2011


Author: brad
Date: 2011-11-09 07:45:43 -0800 (Wed, 09 Nov 2011)
New Revision: 19165

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
   short/3D/PyLith/pylith_installer/trunk/configure.ac
Log:
Updated version numbers.

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-11-09 15:43:36 UTC (rev 19164)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-11-09 15:45:43 UTC (rev 19165)
@@ -53,8 +53,8 @@
 SPATIALDATA_VER=dev
 PYLITH_VER=dev
 else
-SPATIALDATA_VER=1.7.1
-PYLITH_VER=1.6.1
+SPATIALDATA_VER=1.8.0
+PYLITH_VER=1.6.2
 endif
 
 
@@ -644,7 +644,7 @@
 # ----------------------------------------------------------------------
 # pylith
 # ----------------------------------------------------------------------
-pylith: installed_cppunit installed_swig installed_netcdf installed_hdf5 installed_fiat installed_nemesis installed_spatialdata installed_petsc
+pylith: installed_cppunit installed_swig installed_netcdf installed_hdf5 installed_fiat installed_nemesis installed_pythia installed_spatialdata installed_petsc
 pylith_options = 
 if WITH_NETCDF
 pylith_options += --enable-cubit

Modified: short/3D/PyLith/pylith_installer/trunk/configure.ac
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/configure.ac	2011-11-09 15:43:36 UTC (rev 19164)
+++ short/3D/PyLith/pylith_installer/trunk/configure.ac	2011-11-09 15:45:43 UTC (rev 19165)
@@ -17,7 +17,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith Installer], [1.6.1-0], [cig-short at geodynamics.org])
+AC_INIT([PyLith Installer], [1.6.2-0], [cig-short at geodynamics.org])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([foreign])



More information about the CIG-COMMITS mailing list