diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2014-10-30 00:53:33 +0000 |
|---|---|---|
| committer | bryce <bryce@ubuntu.com> | 2014-10-30 00:53:33 +0000 |
| commit | 07ed6984084e015bffc60d7e359de7ebf09e9cde (patch) | |
| tree | d6e9a270f540498b2d446e56c43f973a72a4984e /CMakeLists.txt | |
| parent | Open development for the 0.92 series (diff) | |
| download | inkscape-07ed6984084e015bffc60d7e359de7ebf09e9cde.tar.gz inkscape-07ed6984084e015bffc60d7e359de7ebf09e9cde.zip | |
Fix version numbers
(bzr r13643)
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 7de831b75..ee945b475 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set(CMAKE_BUILD_TYPE_INIT "Release") project(inkscape) -set(INKSCAPE_VERSION 0.92+devel) +set(INKSCAPE_VERSION 0.91+devel) set(PROJECT_NAME inkscape) set(CMAKE_INCLUDE_CURRENT_DIR TRUE) |
