File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ print_modname()
101101 echo " "
102102 echo " * Dfps https://github.com/yc9559/dfps/"
103103 echo " * Author: Matt Yang"
104- echo " * Version: 22.08.21 "
104+ echo " * Version: 23.01.15 "
105105 echo " "
106106}
107107
Original file line number Diff line number Diff line change 11id=yc_dfps
22name=Dfps
3- version=22.08.21
3+ version=23.01.15
44versionCode=1
55author=Matt Yang
66description=Dynamic screen refresh rate controller for Android 10+. Repo: https://github.com/yc9559/dfps/
Original file line number Diff line number Diff line change 3535constexpr char HELP_DESC[] =
3636 " Dynamic screen refresh rate controller for Android 10+. Details see https://github.com/yc9559/dfps.\n "
3737 " Usage: dfps [-o log_file] config_file" ;
38- constexpr char VERSION[] = " v1(22.08.21 )" ;
38+ constexpr char VERSION[] = " v1(23.01.15 )" ;
3939constexpr int TERM_SIG = SIGUSR1;
4040
4141std::string configFile;
You can’t perform that action at this time.
0 commit comments