File: grantleeeditor-version.h.in

package info (click to toggle)
grantlee-editor 4%3A24.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,268 kB
  • sloc: cpp: 4,639; sh: 12; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
  SPDX-FileCopyrightText: 1998-1999 Preston Brown <pbrown@kde.org>
  SPDX-FileCopyrightText: 2000-2004 Cornelius Schumacher <schumacher@kde.org>

  SPDX-License-Identifier: GPL-2.0-or-later
*/

/*
  Set the version for this kdepim release.

  This version may be used by programs within this module that
  do not want to maintain a version on their own.

  Note that we cannot use the kdelibs version because we may
  build against older kdelibs releases.
*/

#pragma once
#define GRANTLEEEDITOR_VERSION "@KDEPIM_VERSION@"