# 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: 2017/02/11 # GitHub: https://github.com/squeak-smalltalk/squeak-app # Builds: http://travis-ci.org/squeak-smalltalk/squeak-app readonly VERSION_BASE_ZIP="5.1-16544" # base.zip readonly VERSION_VM_ARMV6="201608171728" # vm-armv6.zip readonly VERSION_VM_LINUX="201608171728" # vm-linux.zip readonly VERSION_VM_MACOS="201701281910" # vm-macos.zip, was 201608171728 readonly VERSION_VM_WIN="201608171728" # vm-win.zip