summaryrefslogtreecommitdiffstats
path: root/icu4c
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-10-15 20:44:44 +0000
committer Eric Hameleers <alien@slackware.com>2010-10-15 20:44:44 +0000
commitd428dfebf7d9ec88a0326aa9169fad618df3d11b (patch)
tree45d63217bcc723998c52d20e163315817d7410cd /icu4c
parentb608a7fd02dfc3e7e0929347d476d199b969cf3e (diff)
downloadasb-d428dfebf7d9ec88a0326aa9169fad618df3d11b.tar.gz
asb-d428dfebf7d9ec88a0326aa9169fad618df3d11b.tar.xz
Update to 4.4.2
Diffstat (limited to 'icu4c')
-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}