Skip to content

Commit

Permalink
Promote v24.5-testing version (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnzbk authored Nov 19, 2024
1 parent 1eece59 commit 184834d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (PROJECT_SOURCE_DIR STREQUAL PROJECT_BINARY_DIR)
message(FATAL_ERROR "In-source builds are not allowed. You should create separate directory for build files.")
endif()

set(VERSION "24.4")
set(VERSION "24.5")
set(PACKAGE "nzbget")
set(LIBS "")
set(INCLUDES ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR})
Expand Down
2 changes: 1 addition & 1 deletion osx/NZBGet-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>24.4</string>
<string>24.5</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down

0 comments on commit 184834d

Please sign in to comment.