Skip to content

Commit 6841323

Browse files
committed
Update library version for future release 1.2.1
I missed the update when tagging 1.2.0. So going straight to 1.2.1 Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com>
1 parent 85548f6 commit 6841323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.vars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ MAKEFLAGS += -rR
66
VERSION_MAJOR = 1
77

88
# Change VERSION_MINOR on new features
9-
VERSION_MINOR = 1
9+
VERSION_MINOR = 2
1010

1111
# Change VERSION_PATCH on each tag
12-
VERSION_PATCH = 0
12+
VERSION_PATCH = 1
1313

1414
AR = $(CROSS_COMPILE)ar
1515
AS = $(CROSS_COMPILE)as

0 commit comments

Comments
 (0)