Skip to content

Commit

Permalink
updating version info for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Apr 19, 2019
1 parent 748255b commit 1ff5c4e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project (PIO C Fortran)
# The project version number.
set(VERSION_MAJOR 2 CACHE STRING "Project major version number.")
set(VERSION_MINOR 4 CACHE STRING "Project minor version number.")
set(VERSION_PATCH 1 CACHE STRING "Project patch version number.")
set(VERSION_PATCH 2 CACHE STRING "Project patch version number.")
mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH)

# The size of the data buffer for write/read_darray().
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Ed Hartnett 8/16/17

# Initialize autoconf and automake.
AC_INIT(pio, 2.4.2-development)
AC_INIT(pio, 2.4.2)
AC_CONFIG_SRCDIR(src/clib/pio_darray.c)
AM_INIT_AUTOMAKE([foreign serial-tests])

Expand Down
2 changes: 1 addition & 1 deletion src/clib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lib_LTLIBRARIES = libpio.la
# These linker flags specify libtool version info.
# See http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
# for information regarding incrementing `-version-info`.
libpio_la_LDFLAGS = -version-info 1:0:0
libpio_la_LDFLAGS = -version-info 1:1:0

# The header file.
include_HEADERS = pio.h
Expand Down
8 changes: 4 additions & 4 deletions src/flib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ AM_CPPFLAGS = -D_NETCDF -D_NETCDF4 -D_PETCDF
# These linker flags specify libtool version info.
# See http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
# for information regarding incrementing `-version-info`.
libpiof_la_LDFLAGS = -version-info 1:0:0
libpiof_la_LDFLAGS = -version-info 1:1:0

# The library soure files.
libpiof_la_LIBADD = libpio_nf.la libpio_kinds.la \
libpio_support.la libpiodarray.la libpionfatt.la libpionfget.la \
libpionfput.la libpiolib_mod.la libpio.la
libpiof_la_LIBADD = libpio_nf.la libpio_kinds.la libpio_support.la \
libpiodarray.la libpionfatt.la libpionfget.la libpionfput.la \
libpiolib_mod.la libpio.la

libpiof_la_SOURCES = pio_types.F90

Expand Down

0 comments on commit 1ff5c4e

Please sign in to comment.