Skip to content

Commit 174688b

Browse files
committed
Release version 0.12.2.
1 parent ab08816 commit 174688b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2011-2016 EditorConfig Team
2+
# Copyright (c) 2011-2018 EditorConfig Team
33
# All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without
@@ -31,7 +31,7 @@ set (editorconfig_VERSION_MAJOR 0)
3131
set (editorconfig_VERSION_MINOR 12)
3232
set (editorconfig_VERSION_PATCH 2)
3333

34-
set (editorconfig_VERSION_SUFFIX "-development")
34+
set (editorconfig_VERSION_SUFFIX "")
3535

3636
project(editorconfig C)
3737

src/lib/ec_glob.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014 Hong Xu <hong AT topbug DOT net>
2+
* Copyright (c) 2014-2018 Hong Xu <hong AT topbug DOT net>
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)