aboutsummaryrefslogtreecommitdiff
path: root/bpkg/bpkg-version
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-23 16:50:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-23 17:09:58 +0200
commita321181e9b1443a526edd7cc2f4d8516dea80afd (patch)
tree8d5ef90f694cd37f7627af0915ddd90d7e2987ed /bpkg/bpkg-version
parente9324d7ff6777f8b1acc9731e8221339c1e6c3d5 (diff)
Bump version to 0.2.10.2
Diffstat (limited to 'bpkg/bpkg-version')
-rw-r--r--bpkg/bpkg-version4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/bpkg-version b/bpkg/bpkg-version
index b12a3ed..d5c7c8e 100644
--- a/bpkg/bpkg-version
+++ b/bpkg/bpkg-version
@@ -23,8 +23,8 @@
// 2.2.0-a1 02019901
// 3.0.0-b2 02999952
//
-#define BPKG_VERSION 20000
-#define BPKG_VERSION_STR "0.2.0"
+#define BPKG_VERSION 20100
+#define BPKG_VERSION_STR "0.2.1"
// Generally, we expect minor versions to be source code backwards-
// compatible, thought we might have a minimum version requirement.