2014-12-30 19:46:13 +00:00
|
|
|
/*
|
|
|
|
* This file contains the version string of the GRUB 2.x binary embedded in Rufus.
|
|
|
|
* Should be the same as GRUB's PACKAGE_VERSION in config.h.
|
|
|
|
*/
|
2022-04-07 00:57:24 +00:00
|
|
|
#pragma once
|
|
|
|
|
2021-07-27 17:10:29 +00:00
|
|
|
#define GRUB2_PACKAGE_VERSION "2.06"
|