diff options
author | marha <marha@users.sourceforge.net> | 2010-10-22 13:13:14 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-10-22 13:13:14 +0000 |
commit | 5a05343a8071f769d092d5bb6bdea9adf65eda9c (patch) | |
tree | 5c5202b870cf2d933205e44e9d8083c7f00f6fd0 /libfontenc | |
parent | c24d80341cb2ccb427ed85a5c149e6d009355f96 (diff) | |
parent | 16436e149bb71adf8c769a50f45291c569632a66 (diff) | |
download | vcxsrv-5a05343a8071f769d092d5bb6bdea9adf65eda9c.tar.gz vcxsrv-5a05343a8071f769d092d5bb6bdea9adf65eda9c.tar.bz2 vcxsrv-5a05343a8071f769d092d5bb6bdea9adf65eda9c.zip |
svn merge ^/branches/released .
Diffstat (limited to 'libfontenc')
-rw-r--r-- | libfontenc/configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libfontenc/configure.ac b/libfontenc/configure.ac index b957758dd..282167c71 100644 --- a/libfontenc/configure.ac +++ b/libfontenc/configure.ac @@ -23,7 +23,9 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.60])
-AC_INIT(libfontenc, 1.0.5, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libfontenc)
+AC_INIT([libfontenc], [1.1.0],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
+ [libfontenc])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
|