Revision [20357]
This is an old revision of PuppyState made by darkcity on 2012-01-30 11:14:18.
How to find the Puppy State
Information about the version of Puppy is stored at /etc/DISTRO_SPECSUsing Terminal
You 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"
Using PupSysInfo
Open PupSysInfo go to 'System Specs' and select 'Distro Specs'