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/
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)