diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-10-19 06:59:53 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-10-19 06:59:53 +0200 |
commit | 8ba85a9aff0009d03090a1ba3e9d7e146f02b7bf (patch) | |
tree | ef9eb3a20cc6da36ff6c875dc6221ec0b6af780c /CMakeLists.txt | |
parent | fa54d4c2ca8ffcece7a9c6e9c784e2150cbed78b (diff) | |
download | pcitool-8ba85a9aff0009d03090a1ba3e9d7e146f02b7bf.tar.gz pcitool-8ba85a9aff0009d03090a1ba3e9d7e146f02b7bf.tar.bz2 pcitool-8ba85a9aff0009d03090a1ba3e9d7e146f02b7bf.tar.xz pcitool-8ba85a9aff0009d03090a1ba3e9d7e146f02b7bf.zip |
Provide register listings in public API
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bc922c3..0c9df71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ project(pcitool) -set(PCILIB_VERSION "0.2.2") +set(PCILIB_VERSION "0.2.3") set(PCILIB_ABI_VERSION "2") cmake_minimum_required(VERSION 2.6) |