Skip to content

Commit

Permalink
bump version to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
beku committed Jan 23, 2018
1 parent ea2de67 commit f95abc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CMAKE_MINIMUM_REQUIRED (VERSION 2.6)
PROJECT (xcalib C)

SET (XCALIB_VERSION_MAJOR 0)
SET (XCALIB_VERSION_MINOR 9)
SET (XCALIB_VERSION_MINOR 10)
SET (XCALIB_VERSION_MICRO 0)
SET (XCALIB_VERSION "${XCALIB_VERSION_MAJOR}.${XCALIB_VERSION_MINOR}.${XCALIB_VERSION_MICRO}")
SET (XCALIB_VERSION_MAJORMINOR "${XCALIB_VERSION_MAJOR}.${XCALIB_VERSION_MINOR}")
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# if it doesn't compile right-out-of-the-box, it may be sufficient
# to change the following variables

XCALIB_VERSION = 0.9
XCALIB_VERSION = 0.10
CFLAGS = -O2
XINCLUDEDIR = /usr/X11R6/include
XLIBDIR = /usr/X11R6/lib
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# xcalib 0.9
# xcalib 0.10
(c) 2004-2007 Stefan Döhla <stefan AT doehla DOT de>
This program is GPL-licensed **postcardware!** More infos at end of README.
This program comes with ABSOLUTELY NO WARRANTY! Use on your own risk.
Expand Down Expand Up @@ -227,7 +227,7 @@ utilization by other software.

### history
#### 0.10: 2018-01-10
- Fix incorrect use of X11 screen and output
- Fix incorrect use of X11 screen and output; rename -s to -o option
#### 0.9: 2014-11-09
- fix rounding errors from upsampling of gamma ramps
- fix -printramps uses integers
Expand Down

0 comments on commit f95abc1

Please sign in to comment.