Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Dec 4, 2018
1 parent 8be14fd commit 077c6a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
cmake_minimum_required(VERSION 3.1)
enable_testing()

project(Cyan VERSION 1.3.0)
project(Cyan VERSION 1.2.1)

if(NOT PROJECT_VERSION_TWEAK)
set(PROJECT_VERSION_TWEAK 0)
Expand Down
2 changes: 1 addition & 1 deletion cyan.pro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# knowledge of the CeCILL license and that you accept its terms.

TARGET = Cyan
VERSION = 1.3.0
VERSION = 1.2.1

SOURCES += \
src/main.cpp \
Expand Down
4 changes: 3 additions & 1 deletion docs/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 1.3.0 - TBA
## 1.2.1 - 20181004

* Fixed broken GIMP plug-in
* Support XCF (GIMP image format)
* Support reading layers from XCF, TIFF, PSD.

## 1.2.0 - 20181203
Expand Down

0 comments on commit 077c6a4

Please sign in to comment.