Skip to content

Commit

Permalink
release tag 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bresson committed Apr 26, 2018
1 parent 8f6e659 commit 538041c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion om/build/build-om.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
;;;=======================================

(defparameter *app-name* "o7")
(defparameter *om-version* 0.010001)
(defparameter *om-version* 0.010100)
(defparameter *beta-release* t)
(defparameter *version-string* "")
(defparameter *release-language* :en)
Expand Down
2 changes: 1 addition & 1 deletion om/build/load-tools.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
))

; (clean-sources)
; (clean-sources (make-pathname :directory (append (butlast (pathname-directory *load-pathname*) 3) '("ircam" "LIBRARIES"))))
; (clean-sources (make-pathname :directory (append (butlast (pathname-directory *load-pathname*) 4) '("om-6-7-libs" "OMChroma"))))


(defun count-lines (file)
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LWARCH=64-bit
LWVERSION=7.1
LWEXEC=lispworks-7-1-0-amd64-darwin

OM_VERSION="0.1.0"
OM_VERSION="0.1.1"
BUILD_FOLDER="BUILD"
APP_NAME="o7"
ZIP_NAME="$APP_NAME"-"$OM_VERSION"
Expand Down

0 comments on commit 538041c

Please sign in to comment.