| 12345678910 |
- // Copyright (c) 2014-2015, THUNDERBEAST GAMES LLC All rights reserved
- // Please see LICENSE.md in repository root for license information
- // https://github.com/AtomicGameEngine/AtomicGameEngine
- #pragma once
- #define ATOMIC_EDITOR_VERSION_MAJOR 0
- #define ATOMIC_EDITOR_VERSION_MINOR 2
- #define ATOMIC_EDITOR_VERSION_PATCH 0
|