Skip to content

Commit

Permalink
changed versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Aug 16, 2019
1 parent 009fe0f commit cf5a777
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


# Initialize autoconf and automake.
AC_INIT(pio, 2.4.4-development)
AC_INIT(pio, 2.4.4)
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 @@ -13,7 +13,7 @@ endif # BUILD_NCINT
# 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`.
libpioc_la_LDFLAGS = -version-info 2:0:1
libpioc_la_LDFLAGS = -version-info 3:0:2

# The library header file will be installed in include dir.
include_HEADERS = pio.h uthash.h
Expand Down
2 changes: 1 addition & 1 deletion src/flib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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 2:0:1
libpiof_la_LDFLAGS = -version-info 3:0:2

# The library soure files.
libpiof_la_LIBADD = libpio_nf.la libpio_kinds.la libpio_support.la \
Expand Down

0 comments on commit cf5a777

Please sign in to comment.