Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
exfat: set custom extraversion
Browse files Browse the repository at this point in the history
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
  • Loading branch information
arter97 committed Sep 14, 2019
1 parent bc023a3 commit f07411f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
/* PURPOSE : exFAT File Manager */
/* */
/************************************************************************/
#define EXFAT_VERSION "2.1.10"

#define EXFAT_BASE_VERSION "2.1.10"
#define EXFAT_EXTRAVERSION "1"
#define EXFAT_VARIANT "arter97"
#define EXFAT_VERSION EXFAT_BASE_VERSION "-" EXFAT_EXTRAVERSION EXFAT_VARIANT

0 comments on commit f07411f

Please sign in to comment.