Skip to content

Commit

Permalink
Bump libtool revision number
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoonj committed Feb 13, 2022
1 parent 7405702 commit e7f8287
Show file tree
Hide file tree
Showing 2 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 @@ -21,7 +21,7 @@ AC_CANONICAL_HOST


LIB_CURRENT=12
LIB_REVISION=0
LIB_REVISION=1
LIB_AGE=1
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ project('xraylib',
# # been preserved, change to C+1:0:A+1
# # c) If the interface is the same as the previous version, change to C:R+1:A
lib_current = 12
lib_revision = 0
lib_revision = 1
lib_age = 1

version = '@0@.@1@.@2@'.format((lib_current - lib_age), lib_age, lib_revision)
Expand Down Expand Up @@ -188,4 +188,4 @@ ENDPROGRAM f2003_main
endif

endif
endif
endif

0 comments on commit e7f8287

Please sign in to comment.