[cig-commits] r7765 - short/3D/PyLith/trunk

leif at geodynamics.org leif at geodynamics.org
Tue Jul 31 13:52:05 PDT 2007


Author: leif
Date: 2007-07-31 13:52:04 -0700 (Tue, 31 Jul 2007)
New Revision: 7765

Modified:
   short/3D/PyLith/trunk/Makefile.am
   short/3D/PyLith/trunk/configure.ac
Log:
Added files missing from source tarball.  Bumped version.


Modified: short/3D/PyLith/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/Makefile.am	2007-07-30 22:32:24 UTC (rev 7764)
+++ short/3D/PyLith/trunk/Makefile.am	2007-07-31 20:52:04 UTC (rev 7765)
@@ -30,6 +30,10 @@
   SUBDIRS += doc
 endif
 
+EXTRA_DIST = \
+	setup.py \
+	archimedes/__init__.py
+
 install-data-hook:
 	top_builddir=`$(am__cd) $(top_builddir) && pwd` && \
 		cd $(top_srcdir) && \

Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2007-07-30 22:32:24 UTC (rev 7764)
+++ short/3D/PyLith/trunk/configure.ac	2007-07-31 20:52:04 UTC (rev 7765)
@@ -11,7 +11,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith], [1.0.1], [cig-short at geodynamics.org])
+AC_INIT([PyLith], [1.0.2], [cig-short at geodynamics.org])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_HEADER([portinfo])
 AC_CONFIG_MACRO_DIR([m4])



More information about the cig-commits mailing list