Skip to content

Commit

Permalink
Bump version to 2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svniemeijer committed Mar 31, 2020
1 parent b037487 commit 0b54762
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.21.1 2020-03-31
~~~~~~~~~~~~~~~~~

* Fixed issue in name mangling of embedded expat/zlib libraries.

2.21 2019-04-17
~~~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ endif()

project(CODA)

set(VERSION 2.21)
set(VERSION 2.21.1)
set(CODA_VERSION \"${VERSION}\")
set(CPACK_PACKAGE_VERSION ${VERSION})

# Set dynamic library version
set(LIBCODA_CURRENT 15)
set(LIBCODA_REVISION 1)
set(LIBCODA_REVISION 2)
set(LIBCODA_AGE 0)
math(EXPR LIBCODA_MAJOR "${LIBCODA_CURRENT} - ${LIBCODA_AGE}")
set(LIBCODA_MINOR ${LIBCODA_AGE})
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright (C) 2007-2020 S[&]T, The Netherlands

CODA 2.21 Release Notes
CODA 2.21.1 Release Notes


CODA is the Common Data Access framework that allows reading of scientific data
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# autoconf file for CODA
AC_INIT([CODA],[2.21])
AC_INIT([CODA],[2.21.1])
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE(foreign subdir-objects 1.12 -Wall)

Expand Down Expand Up @@ -172,7 +172,7 @@ AC_CONFIG_FILES([idl/coda_idl.dlm])
# 6. If any interfaces have been removed or changed since the last public
# release, then set age to 0.
LIBCODA_CURRENT=15
LIBCODA_REVISION=1
LIBCODA_REVISION=2
LIBCODA_AGE=0
AC_SUBST(LIBCODA_CURRENT)
AC_SUBST(LIBCODA_REVISION)
Expand Down

0 comments on commit 0b54762

Please sign in to comment.