pidgin/pidgin

Bump the version for the next round of development
release-2.x.y
2021-04-05, Gary Kramlich
d9b3d3e617d4
Bump the version for the next round of development
/** @page ui-ops UiOps structures
When implementing a UI for libpurple, you need to fill in various UiOps
structures:
- #PurpleAccountUiOps
- #PurpleBlistUiOps
- #PurpleConnectionUiOps
- #PurpleConversationUiOps
- #PurpleCoreUiOps
- #PurpleDebugUiOps
- #PurpleDnsQueryUiOps
- #PurpleEventLoopUiOps (without this, nothing will work and you will cry)
- #PurpleIdleUiOps
- #PurpleNotifyUiOps
- #PurplePrivacyUiOps
- #PurpleRequestUiOps
- #PurpleRoomlistUiOps
- #PurpleSoundUiOps
- #PurpleWhiteboardUiOps
- #PurpleXferUiOps
*/
// vim: ft=c.doxygen