Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus6-haiku committed Jan 14, 2025
1 parent e35b2a7 commit cdc97df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions source/PanelWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define PANEL_WINDOW_H

#define BUILDSTATUS "development"
#define BUILDVERSION "1.0.2b1"
#define BUILDNR "110"
#define BUILDVERSION "1.1.0"
#define BUILDNR "111"
#define BUILDDATE __DATE__ " " __TIME__
#define THREAD_NAME "dock_thread"

Expand Down Expand Up @@ -40,7 +40,7 @@ class BMessageRunner;

class TPanelWindowView;

// 0.0046f, 0.0066f, 0.0088f, 0.011f, 0.014f, 0.018f, 0.021f, 0.025f, 0.030f, 0.036f, 0.041f, 0.048f, 0.057f, 0.066f, 0.076f, 0.087f,
// 0.0046f, 0.0066f, 0.0088f, 0.011f, 0.014f, 0.018f, 0.021f, 0.025f, 0.030f, 0.036f, 0.041f, 0.048f, 0.057f, 0.066f, 0.076f, 0.087f,
const float kWindowHidderFrames[] = { 0.0f, 0.0125f, 0.025f, 0.05f, 0.065f, 0.075f, 0.085f, 0.1f, 0.116f, 0.132f, 0.152f, 0.174f, 0.199f, 0.227f, 0.260f, 0.3f, 0.336f, 0.38f, 0.435f, 0.5f, 0.56f, 0.64f, 0.73f, 0.83f, 0.94f, 1.0f };
const int kWindowHidderNumberFrames = (sizeof(kWindowHidderFrames) / sizeof(float)) -1;
const float kWindowHidderSpeed = 200000.f;
Expand Down
6 changes: 3 additions & 3 deletions source/dockbert.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ resource app_flags B_SINGLE_LAUNCH;

resource app_version {
major = 1,
middle = 0,
minor = 2,
middle = 1,
minor = 0,

variety = B_APPV_DEVELOPMENT,
internal = 1,
internal = 0,

short_info = "",
long_info = ""
Expand Down

0 comments on commit cdc97df

Please sign in to comment.