X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Femacs-canna.git;a=blobdiff_plain;f=Makefile.in;h=d0436f8f8f83c6165667e0edc61293d7c2340850;hp=6d07082e2bcb827d285650dc5c08caba6b059c2e;hb=HEAD;hpb=f9059783fcec9d63344fa4e1f352f44e397ecb65 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'