We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868a973 commit a45f4abCopy full SHA for a45f4ab
1 file changed
CMakeLists.txt
@@ -23,15 +23,15 @@ endif()
23
# See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
24
25
## increment if the interface has additions, changes, removals.
26
-set(LT_CURRENT 32)
+set(LT_CURRENT 33)
27
28
## increment any time the source changes; set 0 to if you increment CURRENT
29
set(LT_REVISION 0)
30
31
## increment if any interfaces have been added; set to 0
32
## if any interfaces have been changed or removed. removal has
33
## precedence over adding, so set to 0 if both happened.
34
-set(LT_AGE 7)
+set(LT_AGE 0)
35
36
math(EXPR LT_CURRENT_MINUS_AGE "${LT_CURRENT} - ${LT_AGE}")
37
0 commit comments