Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
afichet committed Dec 9, 2023
1 parent 821d9c8 commit 99f4b69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)

project(openexr-viewer
VERSION 0.6.0
VERSION 0.6.1
DESCRIPTION "Simple Viewer for OpenEXR files with detailed metadata display"
HOMEPAGE_URL "https://github.com/afichet/openexr-viewer"
LANGUAGES CXX
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2021, Alban Fichet
Copyright (c) 2021 - 2023, Alban Fichet
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion deploy/linux/openexr-viewer.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Version=0.6.0
Version=0.6.1
Name=OpenEXR Viewer
Comment=Viewer for OpenEXR images
Icon=openexr-viewer
Expand Down
1 change: 1 addition & 0 deletions deploy/linux/openexr-viewer.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</description>
<launchable type="desktop-id">openexr-viewer.desktop</launchable>
<releases>
<release date="2023-12-09" version="0.6.1" />
<release date="2023-05-40" version="0.6.0" />
<release date="2022-04-04" version="0.5.2"/>
<release date="2021-09-11" version="0.5.1"/>
Expand Down

0 comments on commit 99f4b69

Please sign in to comment.