diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-04 23:14:45 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-04 23:14:45 -0700 |
commit | 06cff15ace5ef49bfe4ebbb02d715cbe9cedd30b (patch) | |
tree | 3b1e69330d9870c4fc8849aa56fed23a416022ad | |
parent | 0966dfa6a518d83e0883ac9ec8ff4754a1038db6 (diff) |
font-alias 1.0.3font-alias-1.0.3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 304eed4..c3567ff 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,9 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(font-alias, [1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], font-alias) +AC_INIT([font-alias], [1.0.3], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], + [font-alias]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |