* SLIM: Version 1.13.6 released.
[elisp/flim.git] / Makefile
index 996e16c..12f0d2c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,9 @@
 # Makefile for FLIM.
 #
 
-PACKAGE = flim
+PACKAGE = slim
 API    = 1.13
-RELEASE = 2
+RELEASE = 6
 
 TAR    = tar
 RM     = /bin/rm -f
@@ -51,7 +51,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 . _` \
                flim'