mirror of
https://github.com/huderlem/porymap.git
synced 2026-03-22 10:04:53 -05:00
10 lines
142 B
C
10 lines
142 B
C
#pragma once
|
|
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#include <QVersionNumber>
|
|
|
|
extern const QVersionNumber porymapVersion;
|
|
|
|
#endif // VERSION_H
|