updated NEWS etc. for 1.2 release
This commit is contained in:
parent
a6fd16f29d
commit
e1fdad0ca9
@ -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 © 2014 by Steven G. Johnson, Jiahao Chen, Tony Kelman, and other contributors listed in the git history.*
|
||||
*Copyright © 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"),
|
||||
|
||||
4
NEWS.md
4
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]).
|
||||
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user