summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-01-28 19:15:39 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-01-28 19:15:39 +0000
commit1af4609e31dac5486d9fa4c178fcf1070b2788ac (patch)
tree49aa7a7c7e1e571c16eae60438fd7d5aa134926f
parent4c958eb10938150986dc0f2b7748cb959fb1172b (diff)
Move _IceGetPeerName into the ICE public API as IceGetPeerName; bump ICE
soversion to 6.4 accordingly. Change SM's use to the public version. The old version will be retained for compatibility.
-rw-r--r--X11.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/X11.tmpl b/X11.tmpl
index b0edca8..57a3e57 100644
--- a/X11.tmpl
+++ b/X11.tmpl
@@ -1,6 +1,6 @@
XCOMM ----------------------------------------------------------------------
XCOMM X Window System Build Parameters and Rules
-XCOMM $XdotOrg: xc/config/cf/X11.tmpl,v 1.38 2004/12/03 03:33:25 gisburn Exp $
+XCOMM $XdotOrg: xc/config/cf/X11.tmpl,v 1.39 2005/01/24 06:37:31 daniels Exp $
XCOMM $Xorg: X11.tmpl,v 1.6 2000/08/17 19:41:46 cpqbld Exp $
XCOMM
XCOMM
@@ -3137,7 +3137,7 @@ ProjectUnsharedLibReferences(XBSD,Xbsd,$(LIBSRC)/Xbsd,XBuildLibDir)
ICESRC = $(LIBSRC)/ICE
#if SharedLibICE
#ifndef SharedICERev
-#define SharedICERev 6.3
+#define SharedICERev 6.4
#endif
SharedLibReferences(ICE,ICE,$(ICESRC),SOICEREV,SharedICERev)
#else