From 8aad6103656ec9076cc8fc53ec4e4143b639b6a9 Mon Sep 17 00:00:00 2001 From: Steven Oliver Date: Fri, 30 Dec 2016 16:41:17 -0500 Subject: [PATCH] Release version 1 --- CMakeLists.txt | 6 +++--- NEWS | 12 +++++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d24ba5c..0879d07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,14 +15,14 @@ endif() # # Version information # -set(VERSION_MAJOR 0) +set(VERSION_MAJOR 1) set(VERSION_MINOR 0) -set(VERSION_REVISION 1) +set(VERSION_REVISION 0) set(VERSION_COMMIT ${Project_WC_REVISION_HASH}) # Anything other than "Release" will add the latest commit # hash when built to the version string -set(VERSION_DESC "Development") +set(VERSION_DESC "Release") if(NOT ${VERSION_DESC} MATCHES "Development") set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}) diff --git a/NEWS b/NEWS index e1dad92..03d3cd0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ -For now please see the git commit log. - -Thank you. \ No newline at end of file +Version 1.0 +============================ +* First offical release! +* Converted to Vala from C +* Brand new GUI +* Creation of LibBalistica - a seperate library used for calculations +* Added unit testing of libBalistica +* Ability to calculate twist using Greenhill or Miller +* Ability calculate drag using G1-8 models