Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 89bf40d

Browse files
committed
Bump version number
1 parent bc2775f commit 89bf40d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ if(WIN32)
5959
endif()
6060

6161
set(MAJOR_VERSION 0)
62-
set(MINOR_VERSION 6)
63-
set(PATCH_VERSION 97)
62+
set(MINOR_VERSION 7)
63+
set(PATCH_VERSION 0)
6464
set(FULL_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}${PACKAGE_VERSION_SUFFIX})
6565

6666
# adapted from QHYCCD CMakeLists.txt

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.7.0 2017-xx-xx
1+
## 0.7.0 2017-09-30
22
- feature: adding channel selection to histogram
33
- feature: display histogram statistics for clipping detection
44
- feature: adding camera controls presets

0 commit comments

Comments
 (0)