-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
* | ||
*/ | ||
/* | ||
* Copyright © 2017 - 2020 Zoff <[email protected]> | ||
* Copyright © 2017 - 2021 Zoff <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
@@ -212,8 +212,8 @@ echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor | |
// ----------- version ----------- | ||
#define VERSION_MAJOR 0 | ||
#define VERSION_MINOR 99 | ||
#define VERSION_PATCH 86 | ||
static const char global_version_string[] = "0.99.86"; | ||
#define VERSION_PATCH 87 | ||
static const char global_version_string[] = "0.99.87"; | ||
|
||
#define TBW_GIT_COMMIT_HASH "00000006" | ||
// ----------- version ----------- | ||
|