Skip to content

Commit

Permalink
0.20220720: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zvezdochiot committed Jul 20, 2022
1 parent 79072de commit 74acde4
Show file tree
Hide file tree
Showing 6 changed files with 2,608 additions and 1,299 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.20220720

update version

0.20191003

update version
Expand Down
6 changes: 3 additions & 3 deletions 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 20191003)
set(MINOR_VERSION 20220720)
set(IIO_VERSION ${MAJOR_VERSION}.${MINOR_VERSION})
set(prefix ${CMAKE_INSTALL_PREFIX})
set(libdir ${CMAKE_INSTALL_PREFIX}/lib)
Expand Down Expand Up @@ -58,8 +58,8 @@ include_directories (SYSTEM ${TIFF_INCLUDE_DIR} ${JPEG_INCLUDE_DIR} ${PNG_INCLUD
link_libraries (${TIFF_LIBRARIES} ${JPEG_LIBRARIES} ${PNG_LIBRARIES})

set(SOURCE_FILES
iio.c
iio.h
src/iio.c
src/iio.h
)

set_property(SOURCE iio.c PROPERTY COMPILE_FLAGS "-Wno-unused-variable -Wno-unused-parameter -Wno-pointer-sign -Wno-parentheses -Wno-deprecated-declarations -Wno-unused-function")
Expand Down
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
% IPOL Library Image Input-Output.
![GitHub release (latest by date)](https://img.shields.io/github/v/release/IPOL-Fork/libiio-backup)
![GitHub Release Date](https://img.shields.io/github/release-date/IPOL-Fork/libiio-backup)
![GitHub repo size](https://img.shields.io/github/repo-size/IPOL-Fork/libiio-backup)
![GitHub all releases](https://img.shields.io/github/downloads/IPOL-Fork/libiio-backup/total)
![GitHub](https://img.shields.io/github/license/IPOL-Fork/libiio-backup)

# ABOUT
# LibIIO

Library Image Input-Output.

## ABOUT

* Author : Nicola Pierazzo <nicolapierazzo@gmail.com>
* Author : Gabriele Facciolo <gfacciol@gmail.com>
Expand All @@ -10,12 +18,12 @@
Guoshen Yu <yu@cmap.polytechnique.fr> and Guillermo Sapiro <guille@umn.edu>
* Latest version available at: https://github.com/zvezdochiot/libiio

# OVERVIEW
## OVERVIEW

This source code provides an implementation of the "Image Input-Output"
described in the IPOL article: http://www.ipol.im/

# UNIX/LINUX/MAC USER GUIDE
## UNIX/LINUX/MAC USER GUIDE

The code is compilable on Unix/Linux and Mac OS.

Expand All @@ -37,7 +45,7 @@ Usage:
mkdir build; cd build;
cmake ..; make;

# ABOUT THIS FILE
## ABOUT THIS FILE
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20191003
0.20200720
Loading

0 comments on commit 74acde4

Please sign in to comment.