Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Admiral-Fish committed Oct 26, 2022
1 parent 9385f49 commit 1edea7f
Show file tree
Hide file tree
Showing 9 changed files with 4,141 additions and 2,818 deletions.
6 changes: 3 additions & 3 deletions Source/Forms/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project(PokeFinder VERSION 3.0.1 LANGUAGES CXX)
project(PokeFinder VERSION 4.0.1 LANGUAGES CXX)

if (NOT EXISTS ${CMAKE_BINARY_DIR}/generated/version.h)
execute_process(
Expand Down Expand Up @@ -44,13 +44,13 @@ set(PROJECT_TS
i18n/PokeFinder_ko.ts
i18n/PokeFinder_zh.ts
)

set(PROJECT_QRC
"${CMAKE_SOURCE_DIR}/Externals/QDarkStyleSheet/qdarkstyle/dark/style.qrc"
resources.qrc
)

set(PROJECT_UI
set(PROJECT_UI
Controls/EggSettings.ui
Controls/Filter.ui
Controls/IVFilter.ui
Expand Down
991 changes: 590 additions & 401 deletions Source/Forms/i18n/PokeFinder_de.ts

Large diffs are not rendered by default.

991 changes: 590 additions & 401 deletions Source/Forms/i18n/PokeFinder_es.ts

Large diffs are not rendered by default.

991 changes: 590 additions & 401 deletions Source/Forms/i18n/PokeFinder_fr.ts

Large diffs are not rendered by default.

995 changes: 592 additions & 403 deletions Source/Forms/i18n/PokeFinder_it.ts

Large diffs are not rendered by default.

991 changes: 590 additions & 401 deletions Source/Forms/i18n/PokeFinder_ja.ts

Large diffs are not rendered by default.

991 changes: 590 additions & 401 deletions Source/Forms/i18n/PokeFinder_ko.ts

Large diffs are not rendered by default.

1,001 changes: 595 additions & 406 deletions Source/Forms/i18n/PokeFinder_zh.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Source/Forms/version.h.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef VERSION_H
#define VERSION_H

#define POKEFINDER_VERSION "4.0.0"
#define POKEFINDER_VERSION "4.0.1"
#define GIT_BRANCH "@GIT_BRANCH@"
#define GIT_COMMIT "@GIT_COMMIT@"

Expand Down

0 comments on commit 1edea7f

Please sign in to comment.