From: tomo Date: Tue, 1 Feb 2000 04:35:33 +0000 (+0000) Subject: update. X-Git-Tag: emacs-canna-1_4~1 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Femacs-canna.git;a=commitdiff_plain;h=c161f8889d1523351308a6ccca3b8e77435e77e3 update. --- 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'