Skip to content

Commit

Permalink
Version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alfmep committed Dec 23, 2022
1 parent 43b503b commit 5ba1dec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
AC_INIT([libujson], [4.0.0], [dan@ultramarin.se])
AC_INIT([libujson], [4.1.0], [dan@ultramarin.se])
AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 subdir-objects])

AC_PROG_CC
Expand All @@ -35,7 +35,7 @@ AC_CONFIG_HEADERS(src/ujson/config.hpp)
AM_SILENT_RULES([yes])

#
# Release 4.0.0
# Release 4.1.0
#
# Library interface version x:y:z
# | | |
Expand All @@ -47,7 +47,7 @@ AM_SILENT_RULES([yes])
#
# Library version (CURRENT:REVISION:AGE)
#
LIBRARY_VERSION=4:0:0
LIBRARY_VERSION=5:0:1
AC_SUBST([LIBRARY_VERSION])

#
Expand Down

0 comments on commit 5ba1dec

Please sign in to comment.