#DISTRO_FILE_PREFIX: prefix for Puppy files... exs: upup-500.sfs, upupsave.2fs
#DISTRO_VERSION: this is the version number of Puppy that you are building. must be 3 digits.
#       (technical note: see below it is defined without quotes, this is required by scripts)
#package list and urls are in file DISTRO-PKGS-SPECS-${DISTRO_BINARY_COMPAT}.

DISTRO_NAME="PuppyRus"
DISTRO_VERSION=200 #481 #416 #218 #478      #####change this as required#####
DISTRO_MINOR_VERSION=00
DISTRO_BINARY_COMPAT="puppy" #"ubuntu" #"puppy" #####change this as required#####
DISTRO_FILE_PREFIX="pupm" #"pup2"  #pup4  ###CHANGE AS REQUIRED, recommend limit four characters###
DISTRO_COMPAT_VERSION="4" #"2"  #4     ###CHANGE AS REQUIRED, recommend single digit 5, 4, 3, or 2###

