Skip to content

Commit 15da22f

Browse files
committed
Bump version to 0.0.5
1 parent 9b70057 commit 15da22f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gear/plibsys.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%define soname 0
22

33
Name: plibsys
4-
Version: 0.0.4
4+
Version: 0.0.5
55
Release: alt1
66

77
Summary: Highly portable C system library
@@ -97,6 +97,8 @@ rm -rf %buildroot%_defaultdocdir/*
9797
%doc doc/html/*
9898

9999
%changelog
100+
* Thu Nov 21 2024 Alexander Saprykin <[email protected]> 0.0.5-alt1
101+
- Update to version 0.0.5
100102
* Sat May 26 2018 Alexander Saprykin <[email protected]> 0.0.4-alt1
101103
- Update to version 0.0.4
102104
* Tue Sep 19 2017 Michael Shigorin <[email protected]> 0.0.3-alt1

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ endif()
3434

3535
set (PLIBSYS_VERSION_MAJOR 0)
3636
set (PLIBSYS_VERSION_MINOR 0)
37-
set (PLIBSYS_VERSION_PATCH 4)
38-
set (PLIBSYS_VERSION_NUM 0x000004)
37+
set (PLIBSYS_VERSION_PATCH 5)
38+
set (PLIBSYS_VERSION_NUM 0x000005)
3939
set (PLIBSYS_VERSION ${PLIBSYS_VERSION_MAJOR}.${PLIBSYS_VERSION_MINOR}.${PLIBSYS_VERSION_PATCH})
4040
set (PLIBSYS_SOVERSION ${PLIBSYS_VERSION_MAJOR})
4141
set (VERSION ${PLIBSYS_VERSION})

0 commit comments

Comments
 (0)