We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab08816 commit 174688bCopy full SHA for 174688b
CMakeLists.txt
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2011-2016 EditorConfig Team
+# Copyright (c) 2011-2018 EditorConfig Team
3
# All rights reserved.
4
5
# Redistribution and use in source and binary forms, with or without
@@ -31,7 +31,7 @@ set (editorconfig_VERSION_MAJOR 0)
31
set (editorconfig_VERSION_MINOR 12)
32
set (editorconfig_VERSION_PATCH 2)
33
34
-set (editorconfig_VERSION_SUFFIX "-development")
+set (editorconfig_VERSION_SUFFIX "")
35
36
project(editorconfig C)
37
src/lib/ec_glob.h
/*
- * Copyright (c) 2014 Hong Xu <hong AT topbug DOT net>
+ * Copyright (c) 2014-2018 Hong Xu <hong AT topbug DOT net>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
0 commit comments