Skip to content

Commit

Permalink
Release version 0.13-1
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag --use-version=0.13
  • Loading branch information
ernestask committed Feb 20, 2020
1 parent 9579df1 commit c6aa397
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .tito/packages/will-crash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.13-1 ./
8 changes: 5 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
project('will-crash', ['c', 'cpp', 'java',],
license: 'GPL3+',
version: '0.12',
project(
'will-crash',
['c', 'cpp', 'java'],
license : 'GPL3+',
version : '0.13'
)

cc = meson.get_compiler('c')
Expand Down
2 changes: 1 addition & 1 deletion will-crash.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global _hardened_build 1

Name: will-crash
Version: 0.12
Version: 0.13
Release: 1%{?dist}
Summary: Set of crashing executables written in various languages

Expand Down

0 comments on commit c6aa397

Please sign in to comment.