summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohannes Schauer <josch@debian.org>2016-11-15 08:35:20 +0100
committerJohannes Schauer <josch@debian.org>2016-11-15 08:35:20 +0100
commitdbd96439c34a412c9a1c23979349219df0f58f13 (patch)
treeefe6236a17f03396a52f2acd628181655970de3f /src
parentda5832f7579233cc1fc1f4828265a9b1420e6e58 (diff)
drop patch allow-old-libfontforge after upload of libfontforge-dev 1:20161005~dfsg-4 to unstable and bump build dependency accordingly
Diffstat (limited to 'src')
-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 6573282..b88efce 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 library_version_configuration.library_source_versiondate;
+ return FONTFORGE_VERSIONDATE_RAW;
}
void ffw_new_font()