Skip to content

Commit

Permalink
Increment version number to 1.9.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
baagaard-usgs committed Feb 13, 2015
1 parent 935dbdd commit dc1b09d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2015/02/13 (version 1.9.5)

Added check for no data when validating UniformDB.

2014/08/19 (version 1.9.4)

Updates to files for compatibility with automake v1.14.1. Also
Expand Down
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// This code was developed as part of the Computational Infrastructure
// for Geodynamics (http://geodynamics.org).
//
// Copyright (c) 2010-2012 University of California, Davis
// Copyright (c) 2010-2015 University of California, Davis
//
// See COPYING for license information.
//
Expand All @@ -17,12 +17,12 @@
/** @mainpage
*
* @author Brad Aagaard
* @date 2014/08/19
* @version 1.9.4
* @date 2015/02/13
* @version 1.9.5
*
* @section summary Summary
*
* This directory tree contains SpatialData version 1.9.4. This package
* This directory tree contains SpatialData version 1.9.5. This package
* provides an interface to Proj.4 (cartographic projections library)
* for converting coordinates among a variety of geographic projects
* and local Cartesian coordinates and defines an interface for
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

AC_PREREQ(2.59)
AC_INIT([spatialdata], [1.9.4], [[email protected]])
AC_INIT([spatialdata], [1.9.5], [[email protected]])
AC_CONFIG_HEADER([portinfo])
AC_CONFIG_AUX_DIR([./aux-config])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit dc1b09d

Please sign in to comment.