pidgin/pidgin

Bump the versions for the next round of development
release-2.x.y
2021-05-13, Gary Kramlich
47988aaeaf57
Bump the versions for the next round of development

Testing Done:
Configured and built.

Reviewed at https://reviews.imfreedom.org/r/642/
/** @page savedstatus-signals Saved Status Signals
@signals
@signal savedstatus-changed
@endsignals
@see savedstatus.h
<hr>
@signaldef savedstatus-changed
@signalproto
void (*savedstatus_changed)(PurpleSavedStatus *new, PurpleSavedStatus *old);
@endsignalproto
@signaldesc
Emitted when a new saved status is activated.
@endsignaldef
*/
// vim: syntax=c.doxygen tw=75 et