diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2024-12-21 12:41:54 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2024-12-21 12:41:54 +0100 |
commit | c16cc605265ddfe1f10439f0f4095516450c302b (patch) | |
tree | f1ecaca84f66ad0554b0eab723e40797c3f8895e | |
parent | 6f4e4cac83d15cc5cb921dcb01625e40724809f1 (diff) | |
download | pianobar-c16cc605265ddfe1f10439f0f4095516450c302b.tar.gz pianobar-c16cc605265ddfe1f10439f0f4095516450c302b.tar.bz2 pianobar-c16cc605265ddfe1f10439f0f4095516450c302b.zip |
-rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 0b5797e..850c4aa 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2024.12.21" +#define VERSION "2024.12.21-dev" /* glibc feature test macros, define _before_ including other files */ #define _POSIX_C_SOURCE 200809L |