# The MultiMail version number is now defined here. It's a separate file
# because it's sourced by both make (here), and bash (in some scripts I
# use to build the distribution archives).

MM_MAJOR=0
MM_MINOR=25

# Last-released version (used only by the aforementioned scripts)

OLD_MAJOR=0
OLD_MINOR=24

# Some common variables for the scripts

VER=${MM_MAJOR}.${MM_MINOR}
SHORTVER=${MM_MAJOR}${MM_MINOR}

OLDVER=${OLD_MAJOR}.${OLD_MINOR}
OLDSHORT=${OLD_MAJOR}${OLD_MINOR}

MMFILE=mmail-${VER}.tar.gz
