Skip to content

Commit

Permalink
configure.ac: update notes on library versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerysong committed Oct 16, 2024
1 parent 7da57b5 commit 8be8b94
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ m4_define([VERSION_MINOR_REV], 0)
m4_define([VERSION_PRE], [rc0post0])

#
# Library version
# - bump "current" and reset "revision" with API changes
# - bump "revision" with internal source code changes
# Library version, only update at release time
# - bump "revision" with internal source code changes
# - bump "current" and reset "revision" with API changes
# - bump age with backwards compatible API additions, reset age with
# removal or modification
#
m4_define([LIBVERSION_CURRENT], 0)
m4_define([LIBVERSION_REVISION], 1)
Expand Down

0 comments on commit 8be8b94

Please sign in to comment.