diff options
Diffstat (limited to 'development/scite/scite.SlackBuild')
-rw-r--r-- | development/scite/scite.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/scite/scite.SlackBuild b/development/scite/scite.SlackBuild index eb42a771a2..1ad5c73561 100644 --- a/development/scite/scite.SlackBuild +++ b/development/scite/scite.SlackBuild @@ -4,9 +4,10 @@ # v2.27: Some modifications by Jens Weber <jens@tuxane.com> # v3.02: (jw) Some more changes, see README.Slackware and changelog # v3.20: (jw) little changes, see README.Slackware and changelog +# v3.23: (jw) version bump to 3.23 PRGNAM=scite -VERSION=3.20 +VERSION=${VERSION:-3.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |