From 2f942e1c4a049cc64aa1ddd49dd87f0f011c8b37 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 1 May 1999 15:08:22 +0000 Subject: Updated version numbers to 1.0.3. Fixed browser bug in item_width() - would read past the end of the string under certain circumstances. Fixed browser resize bug - wasn't updating bounding box during check, so it could get in an infinite loop. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@567 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- packages/dunix/fltk.key | 8 ++++---- packages/dunix/makedist.sh | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'packages/dunix') diff --git a/packages/dunix/fltk.key b/packages/dunix/fltk.key index 90c1a0828..ec781c6a0 100644 --- a/packages/dunix/fltk.key +++ b/packages/dunix/fltk.key @@ -1,9 +1,9 @@ -NAME='Fast Light Tool Kit, 1.0.2' +NAME='Fast Light Tool Kit, 1.0.3' CODE=FLT VERS=100 MI=fltk.mi COMPRESS=1 %% -FLTDSO100 . 2 'FLTK DSOs, 1.0.2' -FLTDEV100 . 2 'FLTK Development Software, 1.0.2' -FLTDOC100 . 2 'FLTK Documentation, 1.0.2' +FLTDSO100 . 2 'FLTK DSOs, 1.0.3' +FLTDEV100 . 2 'FLTK Development Software, 1.0.3' +FLTDOC100 . 2 'FLTK Documentation, 1.0.3' diff --git a/packages/dunix/makedist.sh b/packages/dunix/makedist.sh index 62900ba7c..91e083d06 100755 --- a/packages/dunix/makedist.sh +++ b/packages/dunix/makedist.sh @@ -3,8 +3,8 @@ # makedist - make a digital unix distribution. # -rm -rf fltk-1.0.2-dunix -mkdir fltk-1.0.2-dunix +rm -rf fltk-1.0.3-dunix +mkdir fltk-1.0.3-dunix echo "Building distribution tree..." rm -rf usr @@ -40,16 +40,16 @@ for file in *.H; do done cd ../../.. -kits fltk.key . fltk-1.0.2-dunix +kits fltk.key . fltk-1.0.3-dunix echo "Archiving distribution..." -tar cf fltk-1.0.2-dunix.tar fltk-1.0.2-dunix +tar cf fltk-1.0.3-dunix.tar fltk-1.0.3-dunix echo "Compressing distribution..." -rm -f fltk-1.0.2-dunix.tar.gz -gzip -9 fltk-1.0.2-dunix.tar +rm -f fltk-1.0.3-dunix.tar.gz +gzip -9 fltk-1.0.3-dunix.tar echo "Removing temporary distribution files..." -rm -rf fltk-1.0.2-dunix +rm -rf fltk-1.0.3-dunix rm -rf usr -- cgit v1.2.3