Skip to content

Commit dc8cdc1

Browse files
committed
Prepare for v1.2
1 parent 1851deb commit dc8cdc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pulse.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -943,15 +943,15 @@ static DB_output_t plugin =
943943
.plugin.api_vmajor = 1,
944944
.plugin.api_vminor = 0,
945945
.plugin.version_major = 1,
946-
.plugin.version_minor = 1,
946+
.plugin.version_minor = 2,
947947
.plugin.flags = DDB_PLUGIN_FLAG_LOGGING,
948948
.plugin.type = DB_PLUGIN_OUTPUT,
949949
.plugin.id = PULSE_PLUGIN_ID,
950950
.plugin.name = "PulseAudio output plugin version 2",
951951
.plugin.descr = "This is a new pulseaudio plugin that uses the asynchronous API",
952952
.plugin.copyright =
953953
"PulseAudio output plugin for DeaDBeeF Player\n"
954-
"Copyright (C) 2015-2020 Nicolai Syvertsen <[email protected]>\n"
954+
"Copyright (C) 2015-2021 Nicolai Syvertsen <[email protected]>\n"
955955
"\n"
956956
"This program is free software; you can redistribute it and/or\n"
957957
"modify it under the terms of the GNU General Public License\n"

0 commit comments

Comments
 (0)