diff mbox series

[libubootenv] Prepare 0.3

Message ID 20200812094403.1190912-1-sbabic@denx.de
State Accepted
Headers show
Series [libubootenv] Prepare 0.3 | expand

Commit Message

Stefano Babic Aug. 12, 2020, 9:44 a.m. UTC
Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f2bb881..1ad6a2c 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.2")
+set(VERSION	"0.3")
 SET(SOVERSION "${VERSION}")
 add_definitions(-DVERSION="${VERSION}")
 
@@ -24,11 +24,11 @@  if(BUILD_DOC)
         # set input and output files
         set(DOXYGEN_IN ${CMAKE_CURRENT_SOURCE_DIR}/docs/Doxyfile.in)
         set(DOXYGEN_OUT ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
-    
+
         # request to configure the file
         configure_file(${DOXYGEN_IN} ${DOXYGEN_OUT} @ONLY)
         message("Doxygen build started")
-    
+
         # note the option ALL which allows to build the docs together with the application
         add_custom_target( doc_doxygen ALL
             COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_OUT}