1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-02 17:02:30 +00:00
rufus/res/grub2/grub2_version.h
Pete Batard e90eaa4abc [grub] add GRUB 2.0 versioning and enable external core.img download
* Closes #419
* Also updated Bled to latest
2014-12-30 19:46:13 +00:00

6 lines
194 B
C

/*
* 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.
*/
#define GRUB2_PACKAGE_VERSION "2.02~beta2"