Skip to content

Commit

Permalink
Update CMakeLists.txt; CHANGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdanckaert committed Dec 18, 2023
1 parent f1690a8 commit 651aa67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
3.6.1 2023-12-15
3.6.2 2023-12-18
~~~~~~~~~~~~~~~~

* Memory bug with residual output fixed.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ endif()
project(qdoas)

set(VERSION 3.5.0)
set(QDOAS_VERSION "3.6.0" CACHE STRING "")
set(QDOAS_DATE "23 November 2023" CACHE STRING "")
set(QDOAS_VERSION "3.6.2" CACHE STRING "")
set(QDOAS_DATE "18 December 2023" CACHE STRING "")


get_property(isMultiConfig GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
Expand Down

0 comments on commit 651aa67

Please sign in to comment.