Skip to content

Commit

Permalink
bump version 2.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Jan 21, 2024
1 parent 74d392e commit 0d068cc
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
@@ -1,5 +1,5 @@
AC_PREREQ([2.60])
AC_INIT([cppmyth], [2.16.4], [[email protected]])
AC_INIT([cppmyth], [2.16.5], [[email protected]])

AM_INIT_AUTOMAKE([1.10 foreign subdir-objects])

Expand Down
2 changes: 1 addition & 1 deletion cppmyth/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ endif ()
# set lib version here
set (PACKAGE_VERSION_MAJOR 2)
set (PACKAGE_VERSION_MINOR 16)
set (PACKAGE_VERSION_PATCH 4)
set (PACKAGE_VERSION_PATCH 5)

set (PACKAGE_VERSION ${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH})
set (PACKAGE_LIB_SOVERSION ${PACKAGE_VERSION_MAJOR})
Expand Down
2 changes: 1 addition & 1 deletion cppmyth/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lib_LTLIBRARIES = libcppmyth.la
# LIB_VERSION : [$1-$3].[$3].[$2]
# LIB_SOVERSION : [$1-$3]
libcppmyth_la_LDFLAGS = -version-info 18:4:16
libcppmyth_la_LDFLAGS = -version-info 18:5:16

AM_CPPFLAGS = -fPIC -Wall -Wextra \
-I@abs_srcdir@/src
Expand Down

0 comments on commit 0d068cc

Please sign in to comment.