diff options
Diffstat (limited to 'python/thonny/thonny.SlackBuild')
-rw-r--r-- | python/thonny/thonny.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index 4c09542575097..57eb712585655 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -27,9 +27,10 @@ #3.1.0 31 jan 2019. version bump. #3.1.1 10 Feb 2019. version bump. #3.1.2 14 Feb 2019. version bump. +#3.2.0b1 25 jun 2019. version bump. PRGNAM=thonny -VERSION=${VERSION:-3.1.2} +VERSION=${VERSION:-3.2.0b1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |