diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-05-01 15:08:22 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-05-01 15:08:22 +0000 |
| commit | 2f942e1c4a049cc64aa1ddd49dd87f0f011c8b37 (patch) | |
| tree | c7906d426847a6d364dc9d20f0d81c3571563fc9 /packages/irix/fltk.spec | |
| parent | 5c3e88c386ff80b96688b45c2806524273109b5b (diff) | |
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
Diffstat (limited to 'packages/irix/fltk.spec')
| -rw-r--r-- | packages/irix/fltk.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/packages/irix/fltk.spec b/packages/irix/fltk.spec index 2f1bff78a..88193c167 100644 --- a/packages/irix/fltk.spec +++ b/packages/irix/fltk.spec @@ -1,31 +1,31 @@ product fltk - id "Fast Light Tool Kit, 1.0.2" + id "Fast Light Tool Kit, 1.0.3" image sw - id "FLTK Execution Environment, 1.0.2" - version 010002000 + id "FLTK Execution Environment, 1.0.3" + version 010003000 subsys eoe default - id "FLTK - Execution-Only Environment, 1.0.2" + id "FLTK - Execution-Only Environment, 1.0.3" exp fltk.sw.eoe endsubsys subsys dev default - id "FLTK - Development Environment, 1.0.2" + id "FLTK - Development Environment, 1.0.3" exp fltk.sw.dev prereq ( - fltk.sw.eoe 010002000 010002999 + fltk.sw.eoe 010003000 010003999 ) endsubsys endimage image man - id "FLTK Documentation, 1.0.2" - version 010002000 + id "FLTK Documentation, 1.0.3" + version 010003000 subsys eoe default - id "FLTK - Development Manuals, 1.0.2" + id "FLTK - Development Manuals, 1.0.3" exp fltk.man.dev endsubsys endimage |
