Skip to content

Commit

Permalink
bump version to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Apr 14, 2024
1 parent 5984df3 commit f032142
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/lua/definition/poptracker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f032142

Please sign in to comment.