Skip to content

Commit

Permalink
Release 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
pkratoch committed Sep 16, 2021
1 parent 7b42c5e commit dee4ae3
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.17
Version: 0.1.18
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 17)
set (libcomps_VERSION_PATCH 18)
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 17)
set (libcomps_VERSION_PATCH 18)
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": 17
"libcomps_VERSION_PATCH": 18
}

0 comments on commit dee4ae3

Please sign in to comment.