Skip to content

Commit

Permalink
Bump version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
saprykin committed Nov 21, 2024
1 parent 9b70057 commit 15da22f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gear/plibsys.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define soname 0

Name: plibsys
Version: 0.0.4
Version: 0.0.5
Release: alt1

Summary: Highly portable C system library
Expand Down Expand Up @@ -97,6 +97,8 @@ rm -rf %buildroot%_defaultdocdir/*
%doc doc/html/*

%changelog
* Thu Nov 21 2024 Alexander Saprykin <[email protected]> 0.0.5-alt1
- Update to version 0.0.5
* Sat May 26 2018 Alexander Saprykin <[email protected]> 0.0.4-alt1
- Update to version 0.0.4
* Tue Sep 19 2017 Michael Shigorin <[email protected]> 0.0.3-alt1
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ endif()

set (PLIBSYS_VERSION_MAJOR 0)
set (PLIBSYS_VERSION_MINOR 0)
set (PLIBSYS_VERSION_PATCH 4)
set (PLIBSYS_VERSION_NUM 0x000004)
set (PLIBSYS_VERSION_PATCH 5)
set (PLIBSYS_VERSION_NUM 0x000005)
set (PLIBSYS_VERSION ${PLIBSYS_VERSION_MAJOR}.${PLIBSYS_VERSION_MINOR}.${PLIBSYS_VERSION_PATCH})
set (PLIBSYS_SOVERSION ${PLIBSYS_VERSION_MAJOR})
set (VERSION ${PLIBSYS_VERSION})
Expand Down

0 comments on commit 15da22f

Please sign in to comment.