guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-oops ChangeLog GOOPS-VERSION


From: Mikael Djurfeldt
Subject: guile/guile-oops ChangeLog GOOPS-VERSION
Date: Sun, 04 Mar 2001 18:48:41 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Mikael Djurfeldt <address@hidden>       01/03/04 18:48:41

Modified files:
        guile-oops     : ChangeLog GOOPS-VERSION 

Log message:
        * GOOPS-VERSION
        (GOOPS_MAJOR_VERSION, GOOPS_MINOR_VERSION): Bumed to 1.0.
        (LIBGOOPSCORE_MAJOR_VERSION): Bumbed to 5.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-oops/ChangeLog.diff?r1=1.132&r2=1.133
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-oops/GOOPS-VERSION.diff?r1=1.13&r2=1.14

Patches:
Index: guile/guile-oops/ChangeLog
diff -u guile/guile-oops/ChangeLog:1.132 guile/guile-oops/ChangeLog:1.133
--- guile/guile-oops/ChangeLog:1.132    Sun Mar  4 18:23:56 2001
+++ guile/guile-oops/ChangeLog  Sun Mar  4 18:48:41 2001
@@ -1,5 +1,9 @@
 2001-03-04  Mikael Djurfeldt  <address@hidden>
 
+       * GOOPS-VERSION
+       (GOOPS_MAJOR_VERSION, GOOPS_MINOR_VERSION): Bumed to 1.0.
+       (LIBGOOPSCORE_MAJOR_VERSION): Bumbed to 5.
+
        * goops.c, goops.h (scm_sys_tag_body): Added.
 
        * dispatch.scm (method-cache-install!): Fixed n-specializers.
Index: guile/guile-oops/GOOPS-VERSION
diff -u guile/guile-oops/GOOPS-VERSION:1.13 guile/guile-oops/GOOPS-VERSION:1.14
--- guile/guile-oops/GOOPS-VERSION:1.13 Fri Jun 30 14:05:45 2000
+++ guile/guile-oops/GOOPS-VERSION      Sun Mar  4 18:48:41 2001
@@ -1,5 +1,5 @@
-GOOPS_MAJOR_VERSION=0
-GOOPS_MINOR_VERSION=9.1
+GOOPS_MAJOR_VERSION=1
+GOOPS_MINOR_VERSION=0
 GOOPS_VERSION=${GOOPS_MAJOR_VERSION}.${GOOPS_MINOR_VERSION}
 
 # For automake.
@@ -7,7 +7,7 @@
 PACKAGE=guile-oops
 
 # libgoopscore.so versioning info
-LIBGOOPSCORE_MAJOR_VERSION=4
+LIBGOOPSCORE_MAJOR_VERSION=5
 LIBGOOPSCORE_MINOR_VERSION=0
 LIBGOOPSCORE_REVISION_VERSION=0
 
LIBGOOPSCORE_VERSION=${LIBGOOPSCORE_MAJOR_VERSION}.${LIBGOOPSCORE_MINOR_VERSION}.${LIBGOOPSCORE_REVISION_VERSION}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]