ESH

Executive Shell
git clone http://git.omkov.net/ESH
Log | Tree | Refs | README | Download

AuthorJamozed <[email protected]>
Date2021-03-31 21:51:41
Commitf98c21adad6f645d5f2cf02a5bf6917c101b749f
Parentd601a0a1790e94b672f2fc4156e35af7698ea798

Update version number to 0.3.0

Diffstat

M CMakeLists.txt | 2 +-

1 files changed, 1 insertions, 1 deletions

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 48834a5..73be36d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 3.12)
-PROJECT(OSH VERSION 0.2.1 LANGUAGES C)
+PROJECT(OSH VERSION 0.3.0 LANGUAGES C)
 
 SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/bin)
 ADD_COMPILE_DEFINITIONS(PROJECT_VERSION="${PROJECT_VERSION}")