Skip to content

Commit

Permalink
Update so numbers for 1.12.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrknox committed Oct 16, 2023
1 parent bfbef69 commit 44fd305
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions config/lt_vers.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# files like Makefile.in.
LT_VERS_INTERFACE = 202
LT_VERS_AGE = 2
LT_VERS_REVISION = 0
LT_VERS_REVISION = 1

## If the API changes *at all*, increment LT_VERS_INTERFACE and
## reset LT_VERS_REVISION to 0.
Expand All @@ -39,30 +39,30 @@ LT_VERS_REVISION = 0
##
## Version numbers for wrapper shared library files.
LT_CXX_VERS_INTERFACE = 202
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_REVISION = 1
LT_CXX_VERS_AGE = 2

LT_F_VERS_INTERFACE = 201
LT_F_VERS_REVISION = 1
LT_F_VERS_REVISION = 2
LT_F_VERS_AGE = 1

LT_HL_VERS_INTERFACE = 201
LT_HL_VERS_REVISION = 0
LT_HL_VERS_REVISION = 1
LT_HL_VERS_AGE = 1

LT_HL_CXX_VERS_INTERFACE = 201
LT_HL_CXX_VERS_REVISION = 0
LT_HL_CXX_VERS_REVISION = 1
LT_HL_CXX_VERS_AGE = 1

LT_HL_F_VERS_INTERFACE = 200
LT_HL_F_VERS_REVISION = 2
LT_HL_F_VERS_REVISION = 3
LT_HL_F_VERS_AGE = 0

LT_JAVA_VERS_INTERFACE = 201
LT_JAVA_VERS_REVISION = 1
LT_JAVA_VERS_AGE = 1
LT_JAVA_VERS_INTERFACE = 202
LT_JAVA_VERS_REVISION = 0
LT_JAVA_VERS_AGE = 2

LT_TOOLS_VERS_INTERFACE = 201
LT_TOOLS_VERS_REVISION = 1
LT_TOOLS_VERS_REVISION = 2
LT_TOOLS_VERS_AGE = 1

0 comments on commit 44fd305

Please sign in to comment.