updated NEWS etc. for 1.2 release
authorSteven G. Johnson <stevenj@mit.edu>
Sat, 28 Mar 2015 13:10:00 +0000 (09:10 -0400)
committerSteven G. Johnson <stevenj@mit.edu>
Sat, 28 Mar 2015 13:10:00 +0000 (09:10 -0400)
LICENSE.md
NEWS.md
utf8proc.c

index a938686d5dcb3abb4e548867537795deb9601daa..86279fc07cd0a7e35b03bc67fbb082201326e33b 100644 (file)
@@ -7,7 +7,7 @@ whose copyright and license statements are reproduced below, all new
 work on the utf8proc library is licensed under the [MIT "expat"
 license](http://opensource.org/licenses/MIT):
 
-*Copyright &copy; 2014 by Steven G. Johnson, Jiahao Chen, Tony Kelman, and other contributors listed in the git history.*
+*Copyright &copy; 2014-2015 by Steven G. Johnson, Jiahao Chen, Tony Kelman, Jonas Fonseca, and other contributors listed in the git history.*
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
diff --git a/NEWS.md b/NEWS.md
index d6e97e4e3c9363d5e55daecf56a261b7d51c1345..f4d99f886b9f4157558ee4eee0ed6441b5322916 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,8 @@
 # utf8proc release history #
 
-## Version 1.2-dev ##
+## Version 1.2 ##
+
+2015-03-28:
 
 - Updated for Unicode 7.0 ([#6]).
 
index 133685dc375ebfd678b758d4e609bd3b0db1c224..edfce2785c61573e6339c489e02ea4b50e9385af 100644 (file)
@@ -88,7 +88,7 @@ DLLEXPORT const int8_t utf8proc_utf8class[256] = {
 #define STRINGIZEx(x) #x
 #define STRINGIZE(x) STRINGIZEx(x)
 DLLEXPORT const char *utf8proc_version(void) {
-  return STRINGIZE(UTF8PROC_VERSION_MAJOR) "." STRINGIZE(UTF8PROC_VERSION_MINOR) "." STRINGIZE(UTF8PROC_VERSION_PATCH) "-dev";
+  return STRINGIZE(UTF8PROC_VERSION_MAJOR) "." STRINGIZE(UTF8PROC_VERSION_MINOR) "." STRINGIZE(UTF8PROC_VERSION_PATCH) "";
 }
 
 DLLEXPORT const char *utf8proc_errmsg(ssize_t errcode) {