Skip to content

Commit c532394

Browse files
pmatilaidmnks
authored andcommitted
Bump library version to 10.6.0 in preparation of 6.0 alpha
Rpm 4.20.1 is at 10.2 now and we're expecting at least one more feature release that might warrant bumping to 10.3 and so we don't want to collide with that. Lets leave it some room to grow just in case, the last 4.x branch might be out there for a while. That 6 is just a number that is somewhat bigger than 2 😇
1 parent c69a145 commit c532394

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ set(RPM_VENDOR "vendor" CACHE STRING "rpm vendor string")
5151
# - incrementing a more significant version segment resets changes to
5252
# any less significant segments
5353
set(RPM_SOVERSION 10)
54-
set(RPM_LIBVERSION ${RPM_SOVERSION}.0.0)
54+
set(RPM_LIBVERSION ${RPM_SOVERSION}.6.0)
5555

5656
set(CMAKE_C_STANDARD 99)
5757
set(CMAKE_C_STANDARD_REQUIRED ON)

tests/pinned/rpmlibver.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
librpm.so.10.0.0
2-
librpmbuild.so.10.0.0
3-
librpmio.so.10.0.0
4-
librpmsign.so.10.0.0
1+
librpm.so.10.6.0
2+
librpmbuild.so.10.6.0
3+
librpmio.so.10.6.0
4+
librpmsign.so.10.6.0

0 commit comments

Comments
 (0)