]> mj.ucw.cz Git - edid.git/blobdiff - Makefile
Released as v1.2
[edid.git] / Makefile
index 7157ebfda9f992f91866f408873b03e22d8068fd..4ff2c73fad89bbc3b3eb5b8cdd2d8de1247238d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 CC=gcc
 LD=gcc
 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
-VERSION=1.1
+VERSION=1.2
 ARCHIVE=edid-$(VERSION).tar.gz
 
 all: edid
@@ -13,6 +13,6 @@ release:
        git tag v$(VERSION)
        git push --tags
        git archive --format=tar --prefix=edid-$(VERSION)/ HEAD | gzip >$(ARCHIVE)
-       scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/
+       scp $(ARCHIVE) jw:~ftp/pub/mj/linux/
        ssh jw "cd web && bin/release-prog edid $(VERSION)"
-       mv $(ARCHIVE) ~/archives/mj/
+       mv $(ARCHIVE) ~/archives/sw/edid/