Skip to content

Commit b626382

Browse files
Merge pull request #96 from baagaard-usgs/update-version-3.1.1
Update version to 3.1.1 and update year in copyright
2 parents b68f3f6 + 0818e0c commit b626382

File tree

257 files changed

+259
-259
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+259
-259
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion

LICENSE.md

Lines changed: 1 addition & 1 deletion

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This code is part of SpatialData, developed through the Computational Infrastructure
33
# for Geodynamics (https://github.com/geodynamics/spatialdata).
44
#
5-
# Copyright (c) 2010-2023, University of California, Davis and the SpatialData Development Team.
5+
# Copyright (c) 2010-2024, University of California, Davis and the SpatialData Development Team.
66
# All rights reserved.
77
#
88
# See https://mit-license.org/ and LICENSE.md and for license information.

applications/gensimpledb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This code is part of SpatialData, developed through the Computational Infrastructure
55
# for Geodynamics (https://github.com/geodynamics/spatialdata).
66
#
7-
# Copyright (c) 2010-2023, University of California, Davis and the SpatialData Development Team.
7+
# Copyright (c) 2010-2024, University of California, Davis and the SpatialData Development Team.
88
# All rights reserved.
99
#
1010
# See https://mit-license.org/ and LICENSE.md and for license information.

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ dnl ============================================================================
22
dnl This code is part of SpatialData, developed through the Computational Infrastructure
33
dnl for Geodynamics (https://github.com/geodynamics/spatialdata).
44
dnl
5-
dnl Copyright (c) 2010-2023, University of California, Davis and the SpatialData Development Team.
5+
dnl Copyright (c) 2010-2024, University of California, Davis and the SpatialData Development Team.
66
dnl All rights reserved.
77
dnl
88
dnl See https://mit-license.org/ and LICENSE.md and for license information.
99
dnl ================================================================================================
1010

1111
AC_PREREQ(2.59)
12-
AC_INIT([spatialdata], [3.1.0], [[email protected]])
12+
AC_INIT([spatialdata], [3.1.1], [[email protected]])
1313
AC_CONFIG_HEADER([portinfo])
1414
AC_CONFIG_AUX_DIR([./aux-config])
1515
AC_CONFIG_MACRO_DIR([m4])

docs/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This code is part of SpatialData, developed through the Computational Infrastructure
33
# for Geodynamics (https://github.com/geodynamics/spatialdata).
44
#
5-
# Copyright (c) 2010-2023, University of California, Davis and the SpatialData Development Team.
5+
# Copyright (c) 2010-2024, University of California, Davis and the SpatialData Development Team.
66
# All rights reserved.
77
#
88
# See https://mit-license.org/ and LICENSE.md and for license information.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'SpatialData'
21-
copyright = '2010-2023, University of California, Davis'
21+
copyright = '2010-2024, University of California, Davis'
2222
author = 'Brad T. Aagaard'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '3.1.0dev'
25+
release = '3.1.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

libsrc/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This code is part of SpatialData, developed through the Computational Infrastructure
33
# for Geodynamics (https://github.com/geodynamics/spatialdata).
44
#
5-
# Copyright (c) 2010-2023, University of California, Davis and the SpatialData Development Team.
5+
# Copyright (c) 2010-2024, University of California, Davis and the SpatialData Development Team.
66
# All rights reserved.
77
#
88
# See https://mit-license.org/ and LICENSE.md and for license information.

libsrc/spatialdata/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This code is part of SpatialData, developed through the Computational Infrastructure
33
# for Geodynamics (https://github.com/geodynamics/spatialdata).
44
#
5-
# Copyright (c) 2010-2023, University of California, Davis and the SpatialData Development Team.
5+
# Copyright (c) 2010-2024, University of California, Davis and the SpatialData Development Team.
66
# All rights reserved.
77
#
88
# See https://mit-license.org/ and LICENSE.md and for license information.

libsrc/spatialdata/geocoords/CSCart.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This code is part of SpatialData, developed through the Computational Infrastructure
33
// for Geodynamics (https://github.com/geodynamics/spatialdata).
44
//
5-
// Copyright (c) 2010-2023, University of California, Davis and the SpatialData Development Team.
5+
// Copyright (c) 2010-2024, University of California, Davis and the SpatialData Development Team.
66
// All rights reserved.
77
//
88
// See https://mit-license.org/ and LICENSE.md and for license information.

0 commit comments

Comments
 (0)