From c430c586304f1e0050becf27e417527760ac7881 Mon Sep 17 00:00:00 2001 From: dalegr Date: Wed, 5 Dec 2018 20:58:13 +0300 Subject: [PATCH] - Release 0.3 --- configure.ac | 2 +- mkbbl | 4 ++-- src/patch_bbl.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 3760220..53c168c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file in order to make a configure script dnl dnl Setup autoconf -AC_INIT([riscv-bbl], [0.2], [arei@altlinux.org]) +AC_INIT([riscv-bbl], [0.3], [arei@altlinux.org]) dnl AM_INIT_AUTOMAKE dnl Debug option diff --git a/mkbbl b/mkbbl index 002e0b0..31dc816 100755 --- a/mkbbl +++ b/mkbbl @@ -1,7 +1,7 @@ #!/bin/bash # -# Author: Nikita Ermakov -# Version: v0.2 +# Author: Nikita Ermakov +# Version: v0.3 # Date: 24 Aug 2018 # License: GNU GPL v3 # Description: This script is a part of riscv-bbl package. diff --git a/src/patch_bbl.c b/src/patch_bbl.c index 61f01fd..07c2d2d 100644 --- a/src/patch_bbl.c +++ b/src/patch_bbl.c @@ -1,6 +1,6 @@ /* - * Author: Nikita Ermakov - * Version: v0.1 + * Author: Nikita Ermakov + * Version: v0.3 * Date: 24 Aug 2018 * License: GNU GPL v3 * Description: this little util allows one to patch a Berkeley Bootloader