Skip to content

Commit d016e59

Browse files
Bump version numbers
1 parent 1b2ebf0 commit d016e59

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

QLColorCode.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
371371
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
372372
COPY_PHASE_STRIP = NO;
373-
CURRENT_PROJECT_VERSION = 2.0.6b3;
373+
CURRENT_PROJECT_VERSION = 2.0.6;
374374
DEAD_CODE_STRIPPING = YES;
375375
DSTROOT = "/export/tmp/$(PROJECT_NAME).dst";
376376
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -424,7 +424,7 @@
424424
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
425425
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
426426
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
427-
CURRENT_PROJECT_VERSION = 2.0.6b3;
427+
CURRENT_PROJECT_VERSION = 2.0.6;
428428
DEAD_CODE_STRIPPING = YES;
429429
DSTROOT = "/export/tmp/$(PROJECT_NAME).dst";
430430
ENABLE_STRICT_OBJC_MSGSEND = YES;
-240 Bytes
Binary file not shown.

src/GeneratePreviewForURL.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* This code is copyright Nathaniel Gray, licensed under the GPL v2.
1+
/* This code is copyright Nathaniel Gray, licensed under the GPL v3.
22
See LICENSE.txt for details. */
33

44
#import <CoreFoundation/CoreFoundation.h>

src/colorize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env zsh -f
22

33
###############################################################################
4-
# This code is licensed under the GPL v2. See LICENSE.txt for details.
4+
# This code is licensed under the GPL v3. See LICENSE.txt for details.
55
#
66
# Copyright 2007 Nathaniel Gray.
77
# Copyright 2012-2016 Anthony Gelibert.

0 commit comments

Comments
 (0)