diff options
Diffstat (limited to 'development/dmd/dmd.SlackBuild')
-rw-r--r-- | development/dmd/dmd.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/dmd/dmd.SlackBuild b/development/dmd/dmd.SlackBuild index 3173a53356..fa06cd28bb 100644 --- a/development/dmd/dmd.SlackBuild +++ b/development/dmd/dmd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for DMD -# Copyright 2016-2017 Eugene Wissner, Dachau, Germany +# Copyright 2016-2018 Eugene Wissner, Dachau, Germany # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=dmd -VERSION=${VERSION:-2.077.1} +VERSION=${VERSION:-2.078.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |