# File: versions.txt # Authors: Fabio Niephaus # Description: Version information for files in the directory. Used for the # filenames of Squeak bundles. It needs to be possible to `source` # this file in bash. # Last update: 08/16/2016 # GitHub: https://github.com/squeak-smalltalk/squeak-app # Builds: http://travis-ci.org/squeak-smalltalk/squeak-app readonly VERSION_BASE_ZIP="5.0-15113" # base.zip readonly VERSION_VM_ARMV6="r3397" # vm-armv6.zip readonly VERSION_VM_LINUX="r3397" # vm-linux.zip readonly VERSION_VM_MACOS="r3397" # vm-macos.zip readonly VERSION_VM_WIN="r3397" # vm-win.zip