diff --git a/Makefile b/Makefile index f5ef195..e131814 100644 --- a/Makefile +++ b/Makefile @@ -44,8 +44,8 @@ cs019-doc: setup: - raco setup --no-docs -P dyoo whalesong.plt 1 5 + raco setup --no-docs -P dyoo whalesong.plt 1 6 planet-link: - raco planet link dyoo whalesong.plt 1 5 . \ No newline at end of file + raco planet link dyoo whalesong.plt 1 6 . \ No newline at end of file diff --git a/make-planet-archive.sh b/make-planet-archive.sh index 67cff48..656f0ee 100755 --- a/make-planet-archive.sh +++ b/make-planet-archive.sh @@ -1,6 +1,6 @@ #!/bin/bash MAJOR=1 -MINOR=4 +MINOR=6 PROJNAME=whalesong