Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 1 commit
  • 2 files changed
  • 0 commit comments
  • 1 contributor
Showing with 3 additions and 2 deletions.
  1. +2 −1 source/AboutTipster.cpp
  2. +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,

No commit comments for this range

You can’t perform that action at this time.