Permalink
Comparing changes
Open a pull request
- 1 commit
- 2 files changed
- 0 commit comments
- 1 contributor
Commits on Mar 24, 2018
Unified
Split
Showing
with
3 additions
and 2 deletions.
- +2 −1 source/AboutTipster.cpp
- +1 −1 source/Tipster.rdef
| @@ -19,9 +19,10 @@ AboutTipster::AboutTipster() | ||
| "usability tips for Haiku.")); | ||
| const char* extraCopyrights[] = { | ||
| "2016 Hannah Pan", | ||
| "2016 Humdinger", | ||
| "2016-2018 Humdinger", | ||
| "2017 Akshay Agarwal", | ||
| "2017 vanishakesswani", | ||
| "2018 Janus" | ||
| NULL | ||
| }; | ||
| const char* authors[] = { | ||
| @@ -3,7 +3,7 @@ resource app_signature "application/x-vnd.tipster"; | ||
| resource app_flags B_SINGLE_LAUNCH; | ||
|
|
||
| resource app_version { | ||
| major = 0, | ||
| major = 1, | ||
| middle = 1, | ||
| minor = 0, | ||
|
|
||