We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991065b commit fef636fCopy full SHA for fef636f
2 files changed
RELEASE_NOTES.md
@@ -1,6 +1,11 @@
1
Release notes for miniexpr
2
==========================
3
4
+Changes from 0.2.0 to 0.2.1
5
+===========================
6
+
7
+** add blurb here **
8
9
Changes from 0.1.0 to 0.2.0
10
===========================
11
src/miniexpr.h
@@ -50,8 +50,8 @@ extern "C" {
50
/* Version information */
51
#define ME_VERSION_MAJOR 0
52
#define ME_VERSION_MINOR 2
53
-#define ME_VERSION_PATCH 0
54
-#define ME_VERSION_STRING "0.2.0"
+#define ME_VERSION_PATCH 1
+#define ME_VERSION_STRING "0.2.1.dev"
55
56
/* Internal eval block size (elements). Compile-time fixed. */
57
#ifndef ME_EVAL_BLOCK_NITEMS
0 commit comments