Skip to content

Commit dc1b09d

Browse files
committed
Increment version number to 1.9.5.
1 parent 935dbdd commit dc1b09d

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015/02/13 (version 1.9.5)
2+
3+
Added check for no data when validating UniformDB.
4+
15
2014/08/19 (version 1.9.4)
26

37
Updates to files for compatibility with automake v1.14.1. Also

README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// This code was developed as part of the Computational Infrastructure
88
// for Geodynamics (http://geodynamics.org).
99
//
10-
// Copyright (c) 2010-2012 University of California, Davis
10+
// Copyright (c) 2010-2015 University of California, Davis
1111
//
1212
// See COPYING for license information.
1313
//
@@ -17,12 +17,12 @@
1717
/** @mainpage
1818
*
1919
* @author Brad Aagaard
20-
* @date 2014/08/19
21-
* @version 1.9.4
20+
* @date 2015/02/13
21+
* @version 1.9.5
2222
*
2323
* @section summary Summary
2424
*
25-
* This directory tree contains SpatialData version 1.9.4. This package
25+
* This directory tree contains SpatialData version 1.9.5. This package
2626
* provides an interface to Proj.4 (cartographic projections library)
2727
* for converting coordinates among a variety of geographic projects
2828
* and local Cartesian coordinates and defines an interface for

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
AC_PREREQ(2.59)
18-
AC_INIT([spatialdata], [1.9.4], [[email protected]])
18+
AC_INIT([spatialdata], [1.9.5], [[email protected]])
1919
AC_CONFIG_HEADER([portinfo])
2020
AC_CONFIG_AUX_DIR([./aux-config])
2121
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)