Skip to content

Commit

Permalink
Changed version number in CMakeLists + added it to the release checkl…
Browse files Browse the repository at this point in the history
…ist [skip ci]
  • Loading branch information
cvanaret committed Nov 27, 2024
1 parent 5aea949 commit 811eb7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12)
endif()

# define the project name
project(Uno VERSION 1.0
project(Uno VERSION 1.3.0
DESCRIPTION "Uno (Unifying Nonconvex Optimization)"
LANGUAGES CXX C Fortran)
set(CMAKE_CXX_STANDARD 17)
Expand Down
1 change: 1 addition & 0 deletions docs/developers/checklists.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ In preparation for a release, use the following checklist. These steps can be do
- [ ] Change the version number in `Uno::current_version()` in `uno/Uno.cpp`
- [ ] Change the version number in `CITATION.cff`
- [ ] Change the version number in `CMakeLists.txt`
- [ ] The commit messages in this PR do not contain `[ci skip]`
````

0 comments on commit 811eb7a

Please sign in to comment.