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/
#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Pidgin sounds
#
PIDGIN_TREE_TOP := ../..
include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
datadir := $(PIDGIN_INSTALL_DIR)
include ./Makefile.am
.PHONY: install
install:
if test '$(sounds_DATA)'; then \
mkdir -p $(soundsdir); \
cp $(sounds_DATA) $(soundsdir); \
fi;