Skip to content

Commit

Permalink
Bump version to 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
daleclack committed Mar 30, 2024
1 parent c094c34 commit b2cb688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gtk4_Reset/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(CMAKE_CXX_STANDARD 17)
cmake_minimum_required(VERSION 3.5.0)
project(My_GtkUI VERSION 7.3.0)
project(My_GtkUI VERSION 7.4.0)

#Add GCR_CMake
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/../GCR_CMake/macros)
Expand Down
2 changes: 1 addition & 1 deletion Gtk4_Reset/src/core/MyStack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static void about_activated(GSimpleAction *action,

// Version information
char *version;
version = g_strdup_printf("7.3\nRunning Against: Gtk %d.%d.%d",
version = g_strdup_printf("7.4\nRunning Against: Gtk %d.%d.%d",
gtk_get_major_version(),
gtk_get_minor_version(),
gtk_get_micro_version());
Expand Down

0 comments on commit b2cb688

Please sign in to comment.