From a8d283353fe76df669a2e8c0d803b009ffc8f5f9 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 10 Apr 2015 07:08:41 +0200 Subject: [PATCH] bump version to 1.0-4 --- Makefile | 4 ++-- changelog.Debian | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 15ff263..c389f0e 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=3.0 +RELEASE=3.4 PACKAGE=pve-jslint VERSION=1.0 -PACKAGERELEASE=3 +PACKAGERELEASE=4 PKGREL=${VERSION}-${PACKAGERELEASE} DEB=${PACKAGE}_${PKGREL}_all.deb diff --git a/changelog.Debian b/changelog.Debian index e01ac7a..6b809af 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +pve-jslint (1.0-4) unstable; urgency=low + + * correctly include jslint file + + -- Proxmox Support Team Fri, 10 Apr 2015 07:08:31 +0200 + pve-jslint (1.0-3) unstable; urgency=low * add FromData to predefined NS