mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
1dc55596d5
* Also fix Grub4DOS and Grub2.0 versioning issues * Also ensures that operation gets canceled on missing download * Also fix German translation and remove trailing whitespaces in .loc file * Also fix inverted display status for VMWare disk detection
5 lines
221 B
C
5 lines
221 B
C
/*
|
|
* This file contains the version string of the Grub4Dos 2.x binary embedded in Rufus.
|
|
* Should be the same as the grub4dos_version file in the source Grub4Dos was compiled from.
|
|
*/
|
|
#define GRUB4DOS_VERSION "0.4.6a"
|