summaryrefslogtreecommitdiff
path: root/src/util/ffw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/ffw.c')
-rw-r--r--src/util/ffw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/ffw.c b/src/util/ffw.c
index b88efce..6573282 100644
--- a/src/util/ffw.c
+++ b/src/util/ffw.c
@@ -99,7 +99,7 @@ void ffw_finalize(void)
long ffw_get_version(void)
{
- return FONTFORGE_VERSIONDATE_RAW;
+ return library_version_configuration.library_source_versiondate;
}
void ffw_new_font()