diff options
Diffstat (limited to 'Build/source/libs/mpfr/version.ac')
-rw-r--r-- | Build/source/libs/mpfr/version.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/libs/mpfr/version.ac b/Build/source/libs/mpfr/version.ac new file mode 100644 index 00000000000..c2c0bd32caf --- /dev/null +++ b/Build/source/libs/mpfr/version.ac @@ -0,0 +1,11 @@ +dnl +dnl Copyright (C) 2014 Taco Hoekwater <taco@metatex.org> +dnl +dnl This file is free software; the copyright holder +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. +dnl +dnl -------------------------------------------------------- +dnl +dnl m4-include this file to define the current mpfr version +m4_define([mpfr_version], [3.1.2]) |