Skip to content

Commit

Permalink
Release version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
steveno committed Dec 30, 2016
1 parent 1b8e68a commit 8aad610
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
12 changes: 9 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
For now please see the git commit log.

Thank you.
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

0 comments on commit 8aad610

Please sign in to comment.