From d94d77c08d95fcff8f196b9ddf9ab0b2bd990210 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sat, 6 Aug 2016 22:01:11 +0200 Subject: [PATCH] bump release date --- debian/changelog | 2 +- scripts/common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c8a553f..8bc1967 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ patchimage (7.0.0-1nano) unstable; urgency=low * install 32bit pre-compiled tools into patchimage-tools-i386 package * install 64bit pre-compiled tools into patchimage-tools-amd64 package - -- Christopher Roy Bratusek Sat, 06 Aug 2016 09:59:46 +0200 + -- Christopher Roy Bratusek Sat, 06 Aug 2016 22:00:50 +0200 patchimage (6.3.0-1nano) unstable; urgency=low diff --git a/scripts/common.sh b/scripts/common.sh index 81fc603..afe9d24 100644 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -1,7 +1,7 @@ #!/bin/bash PATCHIMAGE_VERSION=7.0.0 -PATCHIMAGE_RELEASE=2016/08/03 +PATCHIMAGE_RELEASE=2016/08/06 [[ -e ${HOME}/.patchimage.rc ]] && source "${HOME}"/.patchimage.rc