Skip to content

Commit

Permalink
Merge branch 'baagaard/add-release-1.9.10'
Browse files Browse the repository at this point in the history
* baagaard/add-release-1.9.10:
  Updated autoconf macros.
  Increment version number to 1.9.10.
  • Loading branch information
baagaard-usgs committed Aug 24, 2017
2 parents 9a4c45a + c556f87 commit 9f55d06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -15,7 +15,7 @@
#

AC_PREREQ(2.59)
AC_INIT([spatialdata], [1.9.9], [baagaard@usgs.gov])
AC_INIT([spatialdata], [1.9.10], [baagaard@usgs.gov])
AC_CONFIG_HEADER([portinfo])
AC_CONFIG_AUX_DIR([./aux-config])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion m4
Submodule m4 updated 3 files
+1 −0 ax_lib_netcdf4.m4
+3 −3 cit_petsc.m4
+113 −16 cit_vtk.m4
2 changes: 1 addition & 1 deletion spatialdata/__init__.py
Expand Up @@ -18,7 +18,7 @@
##
## @brief Python top-level SpatialData module initialization

__version__ = "1.9.9"
__version__ = "1.9.10"

__all__ = ['geocoords',
'spatialdb',
Expand Down

0 comments on commit 9f55d06

Please sign in to comment.