Revision [19751]
This is an old revision of PuppyVersionInformation made by darkcity on 2011-12-03 07:28:58.
How to find the Puppy Version
Information about the version of Puppy is stored at /etc/DISTRO_SPECSYou can see this file by going to a TerminalEmulator terminal emulator and typing in the following code (ensure letter cases are copied exactly)-
cat /etc/DISTRO_SPECS
To see just the version Name and Number, use the following code-
source /etc/DISTRO_SPECS && echo "$DISTRO_NAME $DISTRO_VERSION"