Migrated String to Text

This commit is contained in:
Stefan Dresselhaus
2013-11-15 16:41:18 +01:00
parent 717cfd7b34
commit 27c4349f53
8 changed files with 35 additions and 26 deletions

View File

@ -63,3 +63,10 @@
(major1) == 3 && (major2) < 2 || \
(major1) == 3 && (major2) == 2 && (minor) <= 0)
/* package text-0.11.3.1 */
#define VERSION_text "0.11.3.1"
#define MIN_VERSION_text(major1,major2,minor) (\
(major1) < 0 || \
(major1) == 0 && (major2) < 11 || \
(major1) == 0 && (major2) == 11 && (minor) <= 3)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.