aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src/GpgmeppConfigVersion.cmake.in
blob: 259bddd56c52dd1f9259690839767c221f631180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# CMake Version file for GPGMEPP.
# Copyright (C) 2016 Intevation GmbH
#
# This file is part of GPGMEPP.
#
# GPGME-CL is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# GPGME-CL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA

# based on a generated file from cmake.
set(PACKAGE_VERSION "@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_MICRO@")

if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}" )
  set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()
  set(PACKAGE_VERSION_COMPATIBLE TRUE)
  if( "${PACKAGE_FIND_VERSION}" STREQUAL "${PACKAGE_VERSION}")
    set(PACKAGE_VERSION_EXACT TRUE)
  endif()
endif()
tions'>+11 2018-05-28json: Fix use of get_context.Werner Koch1-11/+48 2018-05-25json: Implement encrypt-signAndre Heinecke1-14/+60 2018-05-25json: Implement delete commandAndre Heinecke1-0/+72 2018-05-25json: Implement op_exportAndre Heinecke1-1/+111 2018-05-25json: Fix double ctx allocAndre Heinecke1-3/+0 2018-05-25json: Add guard in create_keylist_patternsAndre Heinecke1-1/+1 2018-05-25json: Implement import operationAndre Heinecke1-1/+126 2018-05-25json: Improve keylist helpAndre Heinecke1-2/+3 2018-05-25json: Fix keylist pattern handlingAndre Heinecke1-20/+64 2018-05-25json: Add additional commands to helpAndre Heinecke1-0/+3 2018-05-25json: Refactor signature and ei codeAndre Heinecke1-162/+81 2018-05-25json: Implement keylistAndre Heinecke1-18/+486 2018-05-25json: Deduplicate input handling codeAndre Heinecke1-184/+62