Skip to content

Commit 5990b56

Browse files
committed
Version bump
1 parent af03a8e commit 5990b56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: pulse.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
PulseAudio output plugin for DeaDBeeF Player
3-
Copyright (C) 2015 Nicolai Syvertsen <[email protected]>
3+
Copyright (C) 2015-2020 Nicolai Syvertsen <[email protected]>
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
@@ -915,7 +915,7 @@ static DB_output_t plugin =
915915
{
916916
.plugin.api_vmajor = 1,
917917
.plugin.api_vminor = 0,
918-
.plugin.version_major = 0,
918+
.plugin.version_major = 1,
919919
.plugin.version_minor = 1,
920920
.plugin.flags = DDB_PLUGIN_FLAG_LOGGING,
921921
.plugin.type = DB_PLUGIN_OUTPUT,
@@ -924,7 +924,7 @@ static DB_output_t plugin =
924924
.plugin.descr = "This is a new pulseaudio plugin that uses the asynchronous API",
925925
.plugin.copyright =
926926
"PulseAudio output plugin for DeaDBeeF Player\n"
927-
"Copyright (C) 2015 Nicolai Syvertsen <[email protected]>\n"
927+
"Copyright (C) 2015-2020 Nicolai Syvertsen <[email protected]>\n"
928928
"\n"
929929
"This program is free software; you can redistribute it and/or\n"
930930
"modify it under the terms of the GNU General Public License\n"

0 commit comments

Comments
 (0)