# 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-08 # GitHub: https://github.com/squeak-smalltalk/squeak-app # Builds: http://travis-ci.org/squeak-smalltalk/squeak-app readonly VERSION_BASE_ZIP="6.0alpha-17595" # base.zip readonly VERSION_VM_ARMV6="n/a" # does not exist for 64bit yet readonly VERSION_VM_LINUX="201810071412" # vm-linux.zip readonly VERSION_VM_MACOS="201810071412" # vm-macos.zip readonly VERSION_VM_WIN="201810071412" # vm-win.zip