diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2019-01-13 04:43:13 +0000 |
|---|---|---|
| committer | Bryce Harrington <bryce@bryceharrington.org> | 2019-01-14 03:14:53 +0000 |
| commit | d20c8d11b16ed6bf5a4f23d6f56a776d85403b77 (patch) | |
| tree | 6b0a7a38ce4e8bb97721c0389cafd584b5e62e0c /CMakeLists.txt | |
| parent | cmake: Fix missing prefix for datadir in config.h (diff) | |
| download | inkscape-d20c8d11b16ed6bf5a4f23d6f56a776d85403b77.tar.gz inkscape-d20c8d11b16ed6bf5a4f23d6f56a776d85403b77.zip | |
Release 1.0alpha
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f6bb83c99..c1a555817 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,10 +36,10 @@ include(CMakeScripts/ConfigPaths.cmake) set(PROJECT_NAME inkscape) -set(INKSCAPE_VERSION_MAJOR 0) -set(INKSCAPE_VERSION_MINOR 92) +set(INKSCAPE_VERSION_MAJOR 1) +set(INKSCAPE_VERSION_MINOR 0) set(INKSCAPE_VERSION_PATCH 0) -set(INKSCAPE_VERSION_SUFFIX "+devel") +set(INKSCAPE_VERSION_SUFFIX "alpha") set(INKSCAPE_VERSION ${INKSCAPE_VERSION_MAJOR}.${INKSCAPE_VERSION_MINOR}) if(INKSCAPE_VERSION_PATCH) |
