Skip to content

Commit 6ef0c64

Browse files
committed
Version 1.2.0
1 parent 471924a commit 6ef0c64

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION="1.1.2"
3+
VERSION="1.2.0"
44
if git describe --exact-match --tags --match "v[0-9]*" > /dev/null 2>&1 ; then
55
MILESTONE=
66
RPM_RELEASE="1"

ovirt-ansible-v2v-conversion-host.spec.in

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ sh build.sh install
3838
%license LICENSE
3939

4040
%changelog
41+
* Sun May 20 2018 Tomáš Golembiovský <tgolembi@redhat.com> 1.2.0-1
42+
- wrapper: add version number, assume allocation based on storage
4143
* Thu Apr 12 2018 Tomáš Golembiovský <tgolembi@redhat.com> 1.1.2-1
4244
- wrapper: fix license boiler plate
4345
* Thu Apr 12 2018 Tomáš Golembiovský <tgolembi@redhat.com> 1.1.1-1

0 commit comments

Comments
 (0)