Skip to content

Commit

Permalink
0.20191003: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zvezdochiot committed Oct 3, 2019
1 parent b5b6e44 commit 79072de
Show file tree
Hide file tree
Showing 5 changed files with 1,114 additions and 322 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.20191003

update version

0.20180201

install version
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)
project(libiio)
set(MAJOR_VERSION 0)
set(MINOR_VERSION 20180201)
set(MINOR_VERSION 20191003)
set(IIO_VERSION ${MAJOR_VERSION}.${MINOR_VERSION})
set(prefix ${CMAKE_INSTALL_PREFIX})
set(libdir ${CMAKE_INSTALL_PREFIX}/lib)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20180201
0.20191003
Loading

0 comments on commit 79072de

Please sign in to comment.