Skip to content

Commit 09e810c

Browse files
committed
Update version number in xapi.spec.in to 1.14.4
Signed-off-by: Rob Hoes <[email protected]>
1 parent d41092f commit 09e810c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ xapi.spec: xapi.spec.in
142142
srpm: xapi.spec
143143
mkdir -p $(RPM_SOURCESDIR) $(RPM_SPECSDIR) $(RPM_SRPMSDIR)
144144
while ! [ -d .git ]; do cd ..; done; \
145-
git archive --prefix=xapi-1.14.3/ --format=tar HEAD | bzip2 -z > $(RPM_SOURCESDIR)/xapi-1.14.3.tar.bz2 # xen-api/Makefile
145+
git archive --prefix=xapi-1.14.4/ --format=tar HEAD | bzip2 -z > $(RPM_SOURCESDIR)/xapi-1.14.4.tar.bz2 # xen-api/Makefile
146146
cp $(JQUERY) $(JQUERY_TREEVIEW) $(RPM_SOURCESDIR)
147147
make -C $(REPO) version
148148
rm -f $(RPM_SOURCESDIR)/xapi-version.patch

xapi.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Summary: xapi - xen toolstack for XCP
44
Name: xapi
5-
Version: 1.14.3
5+
Version: 1.14.4
66
Release: @RPM_RELEASE@
77
Group: System/Hypervisor
88
License: LGPL+linking exception

0 commit comments

Comments
 (0)