Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrg127 committed Feb 25, 2024
1 parent 9f146ef commit b7f27fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <SDL_audio.h>

static const char *APP_NAME = "gmplayer";
static const char *VERSION = "v0.1";
static const char *VERSION = "v1.1";

inline constexpr int NUM_FRAMES = 2048;
inline constexpr int NUM_CHANNELS = 2;
Expand Down

0 comments on commit b7f27fd

Please sign in to comment.