File: version.h.in

package info (click to toggle)
qt-color-widgets 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,088 kB
  • sloc: cpp: 7,426; sh: 236; makefile: 14
file content (23 lines) | stat: -rw-r--r-- 528 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef @COLORWIDGET_PROJECT_NAME@_VERSION_H
#define @COLORWIDGET_PROJECT_NAME@_VERSION_H


#include "@i_export_header@"


@i_export_macro@ unsigned int @i_versioned_entity@_versionMajor ();


@i_export_macro@ unsigned int @i_versioned_entity@_versionMinor ();


@i_export_macro@ unsigned int @i_versioned_entity@_versionPatch ();


@i_export_macro@ const char* @i_versioned_entity@_versionGitInfo ();


@i_export_macro@ const char* @i_versioned_entity@_versionFullString ();


#endif /* @COLORWIDGET_PROJECT_NAME@_VERSION_H */