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
|
|
|
|
|
2024-04-30 10:59:40 +00:00
|
|
|
#define GRUB2_PACKAGE_VERSION "2.12"
|