Skip to content

Commit

Permalink
Updating version response from binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Fairhurst committed Oct 23, 2014
1 parent bca88b3 commit 8fae734
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WakeFormula.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require "formula"

class Wake < Formula
url "https://github.com/MichaelRFairhurst/wake-compiler/archive/v0.0.4.tar.gz"
url "https://github.com/MichaelRFairhurst/wake-compiler/archive/v0.0.5.tar.gz"
homepage "http://www.wakelang.com"
sha1 "1660eafc0624b0b5459172ae30acc5fcbe8ad342"
sha1 "dc1086833f8a224f84cebc0b6da44fe8a67ad9f7"

depends_on "boost" => 'c++11'
depends_on "flex"
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/wake.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ int main(int argc, char** argv) {
Options* options = optionsparser.parse(argc, argv);
if(options->showVersion) {
printf("[ Wake ---- std compiler ]\n");
printf("[ v0.0.4 Michael Fairhurst ]\n");
printf("[ v0.0.5 Michael Fairhurst ]\n");
exit(0);
}

Expand Down

0 comments on commit 8fae734

Please sign in to comment.