mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-31 14:58:26 -04:00
[internal] added pre-commit git script to increase the nano
* from now on, nano will reflect the distance to initial commit * to have git run this script on commit, create a "pre-commit" in .git/hooks/ with the following content: #!/bin/sh source ./_pre-commit.sh
This commit is contained in:
parent
d6c66e0d09
commit
d35d37cf20
3 changed files with 59 additions and 6 deletions
2
rufus.h
2
rufus.h
|
@ -21,7 +21,7 @@
|
|||
|
||||
#define RUFUS_DEBUG
|
||||
|
||||
#define APP_VERSION "Rufus v1.0.0.1"
|
||||
#define APP_VERSION "Rufus v1.0.0.41"
|
||||
#define STR_NO_LABEL "NO_LABEL"
|
||||
#define RUFUS_CANCELBOX_TITLE "Rufus - Cancellation"
|
||||
#define DRIVE_INDEX_MIN 0x80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue