mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-03 10:03:49 -04:00
12 lines
189 B
C++
12 lines
189 B
C++
//
|
|
// Created by koncord on 27.08.16.
|
|
//
|
|
|
|
#ifndef OPENMW_VERSION_HPP
|
|
#define OPENMW_VERSION_HPP
|
|
|
|
#define TES3MP_VERSION "0.0.1c"
|
|
#define TES3MP_PROTO_VERSION 1
|
|
|
|
#endif //OPENMW_VERSION_HPP
|