We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8aa8e9 commit e96877eCopy full SHA for e96877e
Makefile.posix
@@ -1,5 +1,5 @@
1
DESTDIR = /usr/local
2
-DOCDIR = "$(DESTDIR)/share/doc/ivy-2.2.2"
+DOCDIR = "$(DESTDIR)/share/doc/ivy-2.3.0"
3
MANDIR = "$(DESTDIR)/share/man/man1"
4
5
RACO = raco
files.rkt
@@ -6,7 +6,7 @@
6
racket/file)
7
(provide (all-defined-out))
8
9
-(define ivy-version "2.2.2")
+(define ivy-version "2.3.0")
10
11
; base directory where ivy will put all of its files
12
(define ivy-path
0 commit comments