Skip to content

Commit

Permalink
update version string.
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Dec 10, 2023
1 parent 6ce6399 commit b9ef322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tglobal.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
constexpr auto TF_VERSION_STR = "2.8.0";
constexpr auto TF_VERSION_NUMBER = 0x020800;
constexpr auto TF_SRC_REVISION = 2827;
constexpr auto TF_SRC_REVISION = 2834;

#include <QMetaType>
#include <QIODevice>
Expand Down

0 comments on commit b9ef322

Please sign in to comment.