Skip to content

Commit

Permalink
Release 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jrohel committed Sep 9, 2022
1 parent ae903ff commit 9322bdc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libcomps.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define __cmake_in_source_build 1

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

Expand Down
2 changes: 1 addition & 1 deletion libcomps/version.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set (libcomps_VERSION_MAJOR 0)
set (libcomps_VERSION_MINOR 1)
set (libcomps_VERSION_PATCH 18)
set (libcomps_VERSION_PATCH 19)
set (libcomps_RELEASE 1)

2 changes: 1 addition & 1 deletion version.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set (libcomps_VERSION_MAJOR 0)
set (libcomps_VERSION_MINOR 1)
set (libcomps_VERSION_PATCH 18)
set (libcomps_VERSION_PATCH 19)
set (libcomps_RELEASE 1)

2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"libcomps_VERSION_MAJOR": 0,
"libcomps_RELEASE": 1,
"libcomps_VERSION_MINOR": 1,
"libcomps_VERSION_PATCH": 18
"libcomps_VERSION_PATCH": 19
}

0 comments on commit 9322bdc

Please sign in to comment.