Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
saivert committed Dec 3, 2020
1 parent af03a8e commit 5990b56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pulse.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
PulseAudio output plugin for DeaDBeeF Player
Copyright (C) 2015 Nicolai Syvertsen <[email protected]>
Copyright (C) 2015-2020 Nicolai Syvertsen <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -915,7 +915,7 @@ static DB_output_t plugin =
{
.plugin.api_vmajor = 1,
.plugin.api_vminor = 0,
.plugin.version_major = 0,
.plugin.version_major = 1,
.plugin.version_minor = 1,
.plugin.flags = DDB_PLUGIN_FLAG_LOGGING,
.plugin.type = DB_PLUGIN_OUTPUT,
Expand All @@ -924,7 +924,7 @@ static DB_output_t plugin =
.plugin.descr = "This is a new pulseaudio plugin that uses the asynchronous API",
.plugin.copyright =
"PulseAudio output plugin for DeaDBeeF Player\n"
"Copyright (C) 2015 Nicolai Syvertsen <[email protected]>\n"
"Copyright (C) 2015-2020 Nicolai Syvertsen <[email protected]>\n"
"\n"
"This program is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
Expand Down

0 comments on commit 5990b56

Please sign in to comment.