Skip to content

Commit

Permalink
Release 0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
kontura committed Mar 12, 2024
1 parent 6760aa1 commit 2e973ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libcomps.spec
@@ -1,7 +1,7 @@
%define __cmake_in_source_build 1

Name: libcomps
Version: 0.1.20
Version: 0.1.21
Release: 1%{?dist}
Summary: Comps XML file manipulation library

Expand Down
2 changes: 1 addition & 1 deletion libcomps/version.cmake
@@ -1,5 +1,5 @@
set (libcomps_VERSION_MAJOR 0)
set (libcomps_VERSION_MINOR 1)
set (libcomps_VERSION_PATCH 20)
set (libcomps_VERSION_PATCH 21)
set (libcomps_RELEASE 1)

2 changes: 1 addition & 1 deletion version.cmake
@@ -1,5 +1,5 @@
set (libcomps_VERSION_MAJOR 0)
set (libcomps_VERSION_MINOR 1)
set (libcomps_VERSION_PATCH 20)
set (libcomps_VERSION_PATCH 21)
set (libcomps_RELEASE 1)

2 changes: 1 addition & 1 deletion version.json
Expand Up @@ -2,5 +2,5 @@
"libcomps_VERSION_MAJOR": 0,
"libcomps_RELEASE": 1,
"libcomps_VERSION_MINOR": 1,
"libcomps_VERSION_PATCH": 20
"libcomps_VERSION_PATCH": 21
}

0 comments on commit 2e973ce

Please sign in to comment.