diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-10-28 00:28:46 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-10-28 00:28:46 +0000 |
commit | 34ef700741b29685655c993e7aac2b09b673761a (patch) | |
tree | c06d2cf01bdf996d2ccea370123afc3e0fc98ac8 | |
parent | fixes (diff) | |
download | ice-34ef700741b29685655c993e7aac2b09b673761a.tar.bz2 ice-34ef700741b29685655c993e7aac2b09b673761a.tar.xz ice-34ef700741b29685655c993e7aac2b09b673761a.zip |
changing version to 2.0.0
-rw-r--r-- | py/config/Make.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/config/Make.rules b/py/config/Make.rules index e9d6f979c51..31ea00733e3 100644 --- a/py/config/Make.rules +++ b/py/config/Make.rules @@ -66,8 +66,8 @@ ICE_LIBS ?= -L$(ICE_HOME)/lib -lIce -lIceUtil -lSlice # ---------------------------------------------------------------------- SHELL = /bin/sh -VERSION = 1.6.0 -SOVERSION = 16 +VERSION = 2.0.0 +SOVERSION = 20 libdir = $(top_srcdir)/lib ifeq ($(shell test -d $(top_srcdir)/slice && echo 0),0) |