diff options
Diffstat (limited to 'source/ap/jed')
-rwxr-xr-x | source/ap/jed/jed.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/ap/jed/jed.SlackBuild b/source/ap/jed/jed.SlackBuild index d6da7b48..99c0dbbe 100755 --- a/source/ap/jed/jed.SlackBuild +++ b/source/ap/jed/jed.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2008, 2009, 2010, 2013 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ VERSION=0.99-19 PKGVER=0.99_19 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |