Skip to content
Snippets Groups Projects
Commit b98e067c authored by layer's avatar layer
Browse files

2.2.2.12

parent 6a2ad2ce
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,13 @@ If there are user-visible changes in this commit, then list the ...@@ -10,6 +10,13 @@ If there are user-visible changes in this commit, then list the
<standard changelog date stamp> <standard changelog date stamp>
* <changes go here...> * <changes go here...>
*******************************************************************************
2.2.2.12
2000-06-09 Kevin Layer <layer@ultra>
* Makefile.sun4-svr4: fix for bug9083 (use Motif 1.2 instead of 2.0)
******************************************************************************* *******************************************************************************
2.2.2.11 2.2.2.11
......
# $Header: /repo/cvs.copy/clim2/Makefile.sun4-svr4,v 1.17 1998/05/19 18:50:20 layer Exp $ # $Header: /repo/cvs.copy/clim2/Makefile.sun4-svr4,v 1.18 2000/06/09 20:52:58 layer Exp $
# #
# Makefile.sun4-svr4 for CLIM 2.0 # Makefile.sun4-svr4 for CLIM 2.0
# #
...@@ -13,7 +13,8 @@ Makefile=Makefile.sun4-svr4 ...@@ -13,7 +13,8 @@ Makefile=Makefile.sun4-svr4
XINCLUDES=-I/usr/openwin/include -I/usr/dt/include XINCLUDES=-I/usr/openwin/include -I/usr/dt/include
TKLIB=-lXm #TKLIB=-lXm
TKLIB=/usr/dt/lib/libXm.so.3
XTLIB=-lXt XTLIB=-lXt
XLIB=-lX11 XLIB=-lX11
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
;; Commercial Software developed at private expense as specified in ;; Commercial Software developed at private expense as specified in
;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable. ;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
;; ;;
;; $Id: packages.lisp,v 1.96 2000/06/08 19:16:56 layer Exp $ ;; $Id: packages.lisp,v 1.97 2000/06/09 20:52:58 layer Exp $
(in-package :common-lisp-user) (in-package :common-lisp-user)
...@@ -3295,7 +3295,7 @@ ...@@ -3295,7 +3295,7 @@
(cl:defvar *clim-major-version* 2) (cl:defvar *clim-major-version* 2)
(cl:defvar *clim-minor-version* 2) (cl:defvar *clim-minor-version* 2)
(cl:defvar *clim-generation-version* 2) (cl:defvar *clim-generation-version* 2)
(cl:defvar *clim-build-version* 11) (cl:defvar *clim-build-version* 12)
(cl:defparameter *clim-version* (cl:defparameter *clim-version*
(cl:format () "~d.~d.~d.~a" (cl:format () "~d.~d.~d.~a"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment