diff --git a/Changes.md b/Changes.md index 824e67c..155c33f 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,9 @@ CFStream Release Notes +cfstream-1.1.1 2014-03-02 +------------------------- +* Fix doc build bug. + cfstream-1.1.0 2014-03-02 ------------------------- * Provide concat_map. diff --git a/OMakeroot b/OMakeroot index 317e050..27f62be 100644 --- a/OMakeroot +++ b/OMakeroot @@ -10,7 +10,7 @@ open build/OCaml ################################################################################ # General Project Information PROJECT = cfstream -VERSION = 1.2-dev +VERSION = 1.1.1 if $(test -e .git) GIT_COMMIT = $(shell git rev-parse HEAD) export