Update the version when private font support was added

It will be 3.1.1 and not 2.9.5 as originally planned.
This commit is contained in:
Vadim Zeitlin
2017-11-07 17:46:25 +01:00
parent 547e40b114
commit a7a59a263d

View File

@@ -689,7 +689,7 @@ public:
@return @true if the font was added and ActivatePrivatefonts() should
be called next or @false if adding it failed.
@since 2.9.5
@since 3.1.1
*/
static bool AddPrivateFont(const wxString& filename);
@@ -698,7 +698,7 @@ public:
@return @true if the private fonts can now be used or @false on error.
@since 2.9.5
@since 3.1.1
*/
static bool ActivatePrivatefonts();