diff mbox series

Prepare 0.2

Message ID 20191130095049.1705-1-sbabic@denx.de
State Accepted
Headers show
Series Prepare 0.2 | expand

Commit Message

Stefano Babic Nov. 30, 2019, 9:50 a.m. UTC
Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e7bde49..c7e0d2a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@  project (libubootenv C)
 # The version number.
 # set (libubootenv_VERSION_MAJOR 1)
 # set (libubootenv_VERSION_MAJOR_VERSION_MINOR 0)
-set(VERSION	"0.1")
+set(VERSION	"0.2")
 SET(SOVERSION "${VERSION}")
 add_definitions(-DVERSION="${VERSION}")