diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-01-12 15:28:19 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-01-12 15:28:19 +0000 |
commit | 517ec0f3a3ccb74d1b6efa1d0a585b95ae8dccba (patch) | |
tree | 6cce6b5c85158c3822413f4666a066ef6c2d8c9b | |
parent | c7de44ca7e96c0b522d0d92ac39e09d95777177f (diff) |
update m_fontservice.h
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@74 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r-- | font_service/FontService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font_service/FontService.cpp b/font_service/FontService.cpp index a8a8b89..6895be2 100644 --- a/font_service/FontService.cpp +++ b/font_service/FontService.cpp @@ -15,7 +15,7 @@ PLUGININFO pluginInfo={ #else
"FontService",
#endif
- PLUGIN_MAKE_VERSION(0, 2, 0, 0),
+ PLUGIN_MAKE_VERSION(0, 2, 0, 1),
"Provides a UI for font settings, and services to plugins for font control.",
"S. Ellis",
"mail@scottellis.com.au",
|