# File: versions.txt # Authors: Fabio Niephaus, Marcel Taeumel # 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: 2018-10-21 # GitHub: https://github.com/squeak-smalltalk/squeak-app # Builds: http://travis-ci.org/squeak-smalltalk/squeak-app readonly VERSION_BASE_ZIP="5.2beta-18220" # base.zip readonly VERSION_VM_ARMV6="n/a" # does not exist for 64bit yet readonly VERSION_VM_LINUX="201810190412" # vm-linux.zip readonly VERSION_VM_MACOS="201810190412" # vm-macos.zip readonly VERSION_VM_WIN="201810190412" # vm-win.zip