From ef153a731469bfc9d57302db7aba7a0b3d670af9 Mon Sep 17 00:00:00 2001 From: Ashish Agarwal Date: Wed, 2 Jul 2014 11:30:08 -0400 Subject: [PATCH] release version 1.1.2 --- Changes.md | 6 +++--- OMakeroot | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changes.md b/Changes.md index efcb6f7..cc01f27 100644 --- a/Changes.md +++ b/Changes.md @@ -1,9 +1,9 @@ CFStream Release Notes -cfstream-1.1.2 2014-06-16 +cfstream-1.1.2 2014-07-02 ------------------------- -* bugfix on `drop` and `skip` -* Reduced deps to core_kernel instead of core. +* #3: Fix bug in `drop`. +* Reduced dependency to core_kernel instead of core. cfstream-1.1.1 2014-03-02 ------------------------- diff --git a/OMakeroot b/OMakeroot index 009b4bb..1c78a2d 100644 --- a/OMakeroot +++ b/OMakeroot @@ -10,7 +10,7 @@ open build/OCaml ################################################################################ # General Project Information PROJECT = cfstream -VERSION = 1.2-dev +VERSION = 1.1.2 if $(test -e .git) GIT_COMMIT = $(shell git rev-parse HEAD) export