diff --git a/api/lua/definition/poptracker.lua b/api/lua/definition/poptracker.lua index b0cd39a4..a2ae40fe 100644 --- a/api/lua/definition/poptracker.lua +++ b/api/lua/definition/poptracker.lua @@ -15,7 +15,7 @@ ---Currently running PopTracker version as string "x.y.z". ---@type string -PopVersion = "0.25.8" +PopVersion = "0.26.0" -- Actual value comes from the program, not from here, but try to keep in sync with API version here. ---Set to true to get more error or debug output. diff --git a/src/version.h b/src/version.h index 23ee8030..14e49ce4 100644 --- a/src/version.h +++ b/src/version.h @@ -2,8 +2,8 @@ #define _VERSION_H #define APP_VERSION_MAJOR 0 -#define APP_VERSION_MINOR 25 -#define APP_VERSION_REVISION 8 +#define APP_VERSION_MINOR 26 +#define APP_VERSION_REVISION 0 #ifndef XSTR #define XSTR(s) STR(s)