diff options
Diffstat (limited to 'source/xap/gkrellm/gkrellm.SlackBuild')
-rwxr-xr-x | source/xap/gkrellm/gkrellm.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/xap/gkrellm/gkrellm.SlackBuild b/source/xap/gkrellm/gkrellm.SlackBuild index f5243b75..e156f181 100755 --- a/source/xap/gkrellm/gkrellm.SlackBuild +++ b/source/xap/gkrellm/gkrellm.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -20,8 +20,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -VERSION=2.3.4 -PKGVER=2.3.4 +VERSION=2.3.5 +PKGVER=2.3.5 BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: |