Skip to content

Commit fef636f

Browse files
committed
Post 0.2.0 release actions done
1 parent 991065b commit fef636f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release notes for miniexpr
22
==========================
33

4+
Changes from 0.2.0 to 0.2.1
5+
===========================
6+
7+
** add blurb here **
8+
49
Changes from 0.1.0 to 0.2.0
510
===========================
611

src/miniexpr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ extern "C" {
5050
/* Version information */
5151
#define ME_VERSION_MAJOR 0
5252
#define ME_VERSION_MINOR 2
53-
#define ME_VERSION_PATCH 0
54-
#define ME_VERSION_STRING "0.2.0"
53+
#define ME_VERSION_PATCH 1
54+
#define ME_VERSION_STRING "0.2.1.dev"
5555

5656
/* Internal eval block size (elements). Compile-time fixed. */
5757
#ifndef ME_EVAL_BLOCK_NITEMS

0 commit comments

Comments
 (0)