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 or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HaikuArchives/Filer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bbe3d2168998
Choose a base ref
...
head repository: HaikuArchives/Filer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8992fe615495
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 3, 2021

  1. Bump revision, Release 1.2.2

    Humdinger committed Aug 3, 2021
    Copy the full SHA
    8992fe6 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 sources/Filer.rdef
  2. +1 −1 sources/HelpTab.cpp
2 changes: 1 addition & 1 deletion sources/Filer.rdef
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ resource app_flags B_MULTIPLE_LAUNCH;
resource app_version {
major = 1,
middle = 2,
minor = 1,
minor = 2,

variety = 5,
internal = 0,
2 changes: 1 addition & 1 deletion sources/HelpTab.cpp
Original file line number Diff line number Diff line change
@@ -145,7 +145,7 @@ HelpTab::HelpTab()
| B_FONT_FLAGS);
fName->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED));

fVersion = new BStringView("version", "v1.2.1");
fVersion = new BStringView("version", "v1.2.2");
fVersion->GetFont(&font);
font.SetFace(B_REGULAR_FACE);
font.SetSize(font.Size() * 0.9);