Skip to content

Commit e96877e

Browse files
committed
Update version to 2.3.0
1 parent c8aa8e9 commit e96877e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.posix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DESTDIR = /usr/local
2-
DOCDIR = "$(DESTDIR)/share/doc/ivy-2.2.2"
2+
DOCDIR = "$(DESTDIR)/share/doc/ivy-2.3.0"
33
MANDIR = "$(DESTDIR)/share/man/man1"
44

55
RACO = raco

files.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
racket/file)
77
(provide (all-defined-out))
88

9-
(define ivy-version "2.2.2")
9+
(define ivy-version "2.3.0")
1010

1111
; base directory where ivy will put all of its files
1212
(define ivy-path

0 commit comments

Comments
 (0)