diff --git a/CHANGELOG b/CHANGELOG index 2deb50a..dfc1d40 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ CHANGELOG: ========== +Version 0.76 (2017-04-13) + * Display /boot/grub/custom.cfg + Version 0.75 (2016-11-14) * Detect Syslinux 4.04 and higher ALTMBR; also display embedded boot partition number. diff --git a/bootinfoscript b/bootinfoscript index cdebe9c..9f699d0 100755 --- a/bootinfoscript +++ b/bootinfoscript @@ -1,13 +1,13 @@ #!/bin/bash -VERSION='0.75'; -RELEASE_DATE='14 November 2016'; +VERSION='0.76'; +RELEASE_DATE='13 April 2017'; LAST_GIT_COMMIT_SHORTLOG=''; LAST_GIT_COMMIT_DATE=''; ################################################################################ # # # Copyright (c) 2009-2010 Ulrich Meierfrankenfeld # # Copyright (c) 2011-2012 Gert Hulselmans # -# Copyright (c) 2013-2016 Andrei Borzenkov # +# Copyright (c) 2013-2017 Andrei Borzenkov # # # # Permission is hereby granted, free of charge, to any person obtaining a copy # # of this software and associated documentation files (the "Software"), to #