Commit 6a756b57 authored by Dietmar Maurer's avatar Dietmar Maurer

bump version to 3.4-4

parent bdc688c5
...@@ -6,7 +6,7 @@ DESTDIR= ...@@ -6,7 +6,7 @@ DESTDIR=
SUBDIRS = aplinfo PVE bin www po SUBDIRS = aplinfo PVE bin www po
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
GITVERSION:=$(shell cat .git/refs/heads/master) GITVERSION:=$(shell cat .git/refs/heads/stable-3.4-fixes)
DEB=${PACKAGE}_${VERSION}-${PACKAGERELEASE}_${ARCH}.deb DEB=${PACKAGE}_${VERSION}-${PACKAGERELEASE}_${ARCH}.deb
......
pve-manager (3.4-4) unstable; urgency=low
* GUI: add quick search fields to storage content and backup views
* fix package version info
-- Proxmox Support Team <support@proxmox.com> Mon, 13 Apr 2015 15:27:52 +0200
pve-manager (3.4-3) unstable; urgency=low pve-manager (3.4-3) unstable; urgency=low
* fix logfile rotation * fix logfile rotation
......
...@@ -2,7 +2,7 @@ RELEASE=3.4 ...@@ -2,7 +2,7 @@ RELEASE=3.4
VERSION=3.4 VERSION=3.4
PACKAGE=pve-manager PACKAGE=pve-manager
PACKAGERELEASE=3 PACKAGERELEASE=4
BINDIR=${DESTDIR}/usr/bin BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5 PERLLIBDIR=${DESTDIR}/usr/share/perl5
......
...@@ -11,7 +11,7 @@ use PVE::Tools qw(run_command); ...@@ -11,7 +11,7 @@ use PVE::Tools qw(run_command);
my $gitdir = shift; my $gitdir = shift;
die "no repository" if !$gitdir; die "no repository" if !$gitdir;
my $path = "$gitdir/refs/heads/master"; my $path = "$gitdir/refs/heads/stable-3.4-fixes";
die "master branch does not exists" if ! -f $path; die "master branch does not exists" if ! -f $path;
my $arg1 = shift; my $arg1 = shift;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment