summaryrefslogtreecommitdiffstats
path: root/icu4c/build
diff options
context:
space:
mode:
Diffstat (limited to 'icu4c/build')
-rwxr-xr-xicu4c/build/icu4c.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/icu4c/build/icu4c.SlackBuild b/icu4c/build/icu4c.SlackBuild
index b8754a63..28360e7e 100755
--- a/icu4c/build/icu4c.SlackBuild
+++ b/icu4c/build/icu4c.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright (c) 2009,2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2009,2010 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -36,6 +36,8 @@
# * Update.
# 4.4.1-1: 01/jun/2010 by Eric Hameleers
# * Update.
+# 4.4.2-1: 15/oct/2010 by Eric Hameleers
+# * Update.
#
# Run 'sh icu4c.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -46,7 +48,7 @@
# Set initial variables:
PRGNAM=icu4c
-VERSION=${VERSION:-4.4.1}
+VERSION=${VERSION:-4.4.2}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}