updates for releases.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
(def version (str "2.0." (clojure.string/trim-newline (slurp "last-release")) "-snapshot"))
|
||||
(def version (str "2.0." (clojure.string/trim-newline (slurp "last-release"))))
|
||||
(def packs (into ["do"]
|
||||
(mapcat (fn [directory]
|
||||
["run" "-m" "com.badlogic.gdx.tools.texturepacker.TexturePacker" (str "asset-work/" directory) "resources/packed/" (str directory ",")])
|
||||
@@ -11,7 +11,7 @@
|
||||
;; cat-tree/ ending-castle/ inside-antique/ inside-house/ left.pxa/ outside-jail/ safe-song.pxa/ space/
|
||||
|
||||
|
||||
(defproject advent "2.0.5-SNAPSHOT"
|
||||
(defproject advent version
|
||||
:description "FIXME: write description"
|
||||
:manifest {"Implementation-Version" ~version}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user