diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-18 11:12:01 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-18 11:12:01 +0000 |
commit | 0c2f0333a4e539325da80cdf3fb182cd17134665 (patch) | |
tree | de5daa66b5595292a33c25110aa58ff8bff75543 /Build/source/libs/mpfr/version.ac | |
parent | db612d5045ef55da386a2c3350d4811d1da1a858 (diff) |
Add libs/gmp and libs/mpfr in preparation for MetaPost 2.0
git-svn-id: svn://tug.org/texlive/trunk@34274 c570f23f-e606-0410-a88d-b1316a301751
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]) |