Skip to content

Commit

Permalink
version bump (new location)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun Guha committed Jul 6, 2013
1 parent e17d11a commit 8edf1f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.3
Name: frenetic
Version: 1.0.1
Version: 1.0.2
Synopsis: The Frenetic Compiler and Runtime System
Authors: Nate Foster, Arjun Guha, Mark Reitblatt, Cole Schlesinger, and
David Walker
Expand Down
2 changes: 1 addition & 1 deletion frenetic/frenetic.ml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let arg_spec =
"parse the file, but do not start the controller") ;

("-version",
Arg.Unit (fun () -> Printf.printf "\n1.0.1\n\n"),
Arg.Unit (fun () -> Printf.printf "\n1.0.2\n\n"),
"show version") ;

("-port",
Expand Down

0 comments on commit 8edf1f7

Please sign in to comment.