summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-06-22 08:57:26 +0200
committerLars-Dominik Braun <lars@6xq.net>2018-06-22 08:57:26 +0200
commit80d5d507c8bbb67c0f3cc067e81caa5955e68b31 (patch)
tree6d20261a73cc3ecabfa648f9fd57c328c05c18c2 /src
parent38b16f9957a7bad74e337100b497ffc04ceb9a54 (diff)
downloadpianobar-80d5d507c8bbb67c0f3cc067e81caa5955e68b31.tar.gz
pianobar-80d5d507c8bbb67c0f3cc067e81caa5955e68b31.tar.bz2
pianobar-80d5d507c8bbb67c0f3cc067e81caa5955e68b31.zip
Release 2018.06.222018.06.22
HAPPY 10TH BIRTHDAY PIANOBAR! It’s first public release was created on 2008-06-05. So I’m slightly late to the party. Sorry about that. Also, I never thought a piece of software *I* wrote would last that long.
Diffstat (limited to 'src')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 9087d50..0918560 100644
--- a/src/config.h
+++ b/src/config.h
@@ -3,7 +3,7 @@
/* package name */
#define PACKAGE "pianobar"
-#define VERSION "2017.08.30-dev"
+#define VERSION "2018.06.22"
/* glibc feature test macros, define _before_ including other files */
#define _POSIX_C_SOURCE 200809L