debuggers.hg
changeset 3262:42bdcec01bc7
bitkeeper revision 1.1159.187.44 (41acb9f65Nu4_LCJgeyWLgtrvxeqoA)
Version bumb on control libraries.
Version bumb on control libraries.
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Tue Nov 30 18:20:38 2004 +0000 (2004-11-30) |
parents | e69f042ff97a |
children | cac49ad6b476 d2817f9531ad |
files | tools/libxc/Makefile tools/libxutil/Makefile |
line diff
1.1 --- a/tools/libxc/Makefile Tue Nov 30 18:17:06 2004 +0000 1.2 +++ b/tools/libxc/Makefile Tue Nov 30 18:20:38 2004 +0000 1.3 @@ -1,5 +1,5 @@ 1.4 1.5 -MAJOR = 1.3 1.6 +MAJOR = 2.0 1.7 MINOR = 0 1.8 SONAME = libxc.so.$(MAJOR) 1.9
2.1 --- a/tools/libxutil/Makefile Tue Nov 30 18:17:06 2004 +0000 2.2 +++ b/tools/libxutil/Makefile Tue Nov 30 18:20:38 2004 +0000 2.3 @@ -30,7 +30,7 @@ CFLAGS += -fno-strict-aliasing 2.4 CFLAGS += -Wp,-MD,.$(@F).d 2.5 DEPS = .*.d 2.6 2.7 -MAJOR := 1.3 2.8 +MAJOR := 2.0 2.9 MINOR := 0 2.10 LIB_NAME := libxutil 2.11 LIB := $(LIB_NAME).so