pidgin/pidgin

Bump the version for the next round of development
release-2.x.y
2021-04-09, Gary Kramlich
77a1e212f5b9
Bump the version for the next round of development

Testing Done:
autogen'd and ran a build

Reviewed at https://reviews.imfreedom.org/r/606/
CERTIFICATES = \
CAcert_Root.pem \
CAcert_Class3.pem \
mozilla.pem
#EXTRA_CERTS = \
# filename.pem
cacertsdir = $(datadir)/purple/ca-certs
if INSTALL_SSL_CERTIFICATES
cacerts_DATA = \
$(CERTIFICATES) \
$(EXTRA_CERTS)
else
cacerts_DATA = $(EXTRA_CERTS)
endif
EXTRA_DIST = \
Makefile.mingw \
$(CERTIFICATES) \
$(EXTRA_CERTS)