From c161f8889d1523351308a6ccca3b8e77435e77e3 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 1 Feb 2000 04:35:33 +0000 Subject: [PATCH] update. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 6d07082..d0436f8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ CFLAGS = -g -O2 -c -nostdlib -fPIC LINKER = $(CC) -shared -o -VERSION = 1.2 +VERSION = 1.4 PACKAGE = emacs-canna TAR = tar @@ -56,7 +56,7 @@ tar: cvs commit sh -c 'cvs tag -RF $(PACKAGE)-`echo $(VERSION) | tr . _`; \ cd /tmp; \ - cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \ + cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root \ export -d $(PACKAGE)-$(VERSION) \ -r $(PACKAGE)-`echo $(VERSION) | tr . _` \ emacs-canna' -- 1.7.10.4