Skip to content

Commit

Permalink
Bump to version v0.14
Browse files Browse the repository at this point in the history
Changelog:
c8ac1c5 network: Fix buffer reuse

Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich committed Jan 29, 2018
1 parent c8ac1c5 commit 17b73d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.7)
project(libiio C)

set(LIBIIO_VERSION_MAJOR 0)
set(LIBIIO_VERSION_MINOR 13)
set(LIBIIO_VERSION_MINOR 14)
set(VERSION "${LIBIIO_VERSION_MAJOR}.${LIBIIO_VERSION_MINOR}")

# Set the default install path to /usr
Expand Down

0 comments on commit 17b73d3

Please sign in to comment.