Skip to content

Commit

Permalink
Fix library version in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney committed Nov 28, 2023
1 parent 04c0c09 commit 1914b8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.1.1](https://github.com/asmaloney/libE57Format/releases/tag/v3.1.1) - 2023-11-28

### Fixed

- Fix library version in CMakeLists.txt. (Thanks Olli!)

## [3.1.0](https://github.com/asmaloney/libE57Format/releases/tag/v3.1.0) - 2023-11-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ project( E57Format
LANGUAGES
CXX
VERSION
3.0.2
3.1.1
)

string( TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPERCASE )
Expand Down

0 comments on commit 1914b8e

Please sign in to comment.