From e849be99213887c4349c3b2b8d1d7f7a141e41f1 Mon Sep 17 00:00:00 2001 From: Andrei Borzenkov Date: Sat, 11 Jul 2015 12:28:56 +0300 Subject: [PATCH] Bump release, forgot to update release info in BIS --- CHANGELOG | 2 +- bootinfoscript | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 16b84aa..3452325 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ CHANGELOG: ========== -Version 0.70 (2015-07-11) +Version 0.71 (2015-07-11) * New maintainer: Andrei Borzenkov. * This version is hosted to github. Update all links and autupdate code. * GRUB2 V2.00 and later support. diff --git a/bootinfoscript b/bootinfoscript index 78bdc33..7488dfa 100755 --- a/bootinfoscript +++ b/bootinfoscript @@ -1,6 +1,6 @@ #!/bin/bash -VERSION='0.61'; -RELEASE_DATE='1 April 2012'; +VERSION='0.71'; +RELEASE_DATE='11 June 2015'; LAST_GIT_COMMIT_SHORTLOG=''; LAST_GIT_COMMIT_DATE=''; ################################################################################