diff --git a/CMakeLists.txt b/CMakeLists.txt index 42d0d735..ce37237a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.8) project("odil") set(odil_MAJOR_VERSION 0) -set(odil_MINOR_VERSION 7) -set(odil_PATCH_VERSION 2) +set(odil_MINOR_VERSION 8) +set(odil_PATCH_VERSION 0) set(odil_VERSION ${odil_MAJOR_VERSION}.${odil_MINOR_VERSION}.${odil_PATCH_VERSION}) diff --git a/README.md b/README.md index ba7e0123..7a1435a8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -Odil -======= +# Odil Odil is a C++11 library for the [DICOM](http://dicom.nema.org/) standard. @@ -13,11 +12,12 @@ Odil also provides conversion to and from [DCMTK](http://dicom.offis.de/dcmtk.php.en) data structures. Odil builds and run on: + * Linux (Debian 7 and 8, Ubuntu 12.04, 14.04, and 16.04, all 32 and 64 bits). Official packages are available ([Debian](https://packages.debian.org/search?keywords=odil&searchon=sourcenames&suite=all§ion=all), [Ubuntu](http://packages.ubuntu.com/search?keywords=odil&searchon=sourcenames&suite=all§ion=all)), - as well as [unofficial backports](https://github.com/lamyj/packages). - + as well as [unofficial backports](https://github.com/lamyj/packages). * OS X +* Windows [![Build Status (Travis)](https://travis-ci.org/lamyj/odil.svg?branch=master)](https://travis-ci.org/lamyj/odil) [![Build Status (Appveyor)](https://ci.appveyor.com/api/projects/status/github/lamyj/odil?svg=true)](https://ci.appveyor.com/project/lamyj/odil) diff --git a/appveyor.yml b/appveyor.yml index 808b9cb8..923006be 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ environment: JsonCpp_ROOT: C:/Libraries/jsoncpp Log4Cpp_ROOT: C:/Libraries/log4cpp Python_ROOT: C:/Python27-x64 - VERSION: 0.7.3-1 + VERSION: 0.8.0-1 install: - ps: |