Skip to content

Commit

Permalink
Prepare 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
smondet committed Aug 30, 2015
1 parent e127569 commit be488a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OMakeroot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DefineCommandVars()
################################################################################
# General Project Information
PROJECT = ketrew
VERSION = 1.1.0+master
VERSION = 2.0.0
DESCRIPTION = Workflow Engine For The Trenches

if $(test -e .git)
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ parameter variations, running on different *hosts* with various schedulers).
and keeping track everything that succeeds, fails, or gets lost.
Ketrew can be a standalone application, or use a client-server architecture.

This is the development version of Ketrew, see also
the documentation for the
[`1.1.1`](http://seb.mondet.org/software/ketrew/doc.1.1.1/index.html) release.
This is the `2.0.0` version of Ketrew, serialized content is backwards
compatible with the `1.x.x` series but the protocol is not; the EDSL API
requires minor changes (all caught by the OCaml compiler).
See also the documentation for the
[master branch](http://seb.mondet.org/software/ketrew/).

Build & Install
---------------
Expand Down

0 comments on commit be488a3

Please sign in to comment.