Skip to content

Commit

Permalink
Bump to 5.0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
c0re100 committed Oct 25, 2024
1 parent f04ebe7 commit d435e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/windows/config.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
; 4.5.1.3 -> good
; 4.5.1.3.2 -> bad
; 4.5.0beta -> bad
!define /ifndef QBT_VERSION "5.0.0"
!define /ifndef QBT_VERSION "5.0.0.10"

; Option that controls the installer's window name
; If set, its value will be used like this:
Expand Down
2 changes: 1 addition & 1 deletion src/base/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#define QBT_VERSION_MAJOR 5
#define QBT_VERSION_MINOR 0
#define QBT_VERSION_BUGFIX 0
#define QBT_VERSION_BUILD 0
#define QBT_VERSION_BUILD 10
#define QBT_VERSION_STATUS "" // Should be empty for stable releases!

#define QBT__STRINGIFY(x) #x
Expand Down

0 comments on commit d435e73

Please sign in to comment.