Skip to content

Commit

Permalink
Bump revision, Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Humdinger committed Aug 3, 2021
1 parent bbe3d21 commit 8992fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sources/Filer.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion sources/HelpTab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8992fe6

Please sign in to comment.