diff options
author | James Cloos <cloos@jhcloos.com> | 2009-10-03 21:33:12 -0400 |
---|---|---|
committer | Sung-Jin Park <sj76.park@samsung.com> | 2013-09-02 23:38:00 -0400 |
commit | 20dfa9fa4d7a8f4cdd5619dea02b0284c47216e8 (patch) | |
tree | 83749aeacf821dad55c763129736498f41dd3aa9 | |
parent | 8f9c2bd96093a2c4c4b19a867492ef7709b45d5f (diff) | |
download | xeyes-20dfa9fa4d7a8f4cdd5619dea02b0284c47216e8.tar.gz xeyes-20dfa9fa4d7a8f4cdd5619dea02b0284c47216e8.tar.bz2 xeyes-20dfa9fa4d7a8f4cdd5619dea02b0284c47216e8.zip |
Bump version for beta release.
1.0.99 as first beta of 1.1.0.
Change-Id: I4664fbf9618bbcd1195ce60d0681d19c7bfea941
Signed-off-by: James Cloos <cloos@jhcloos.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1513153..739b0f8 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(xeyes,[1.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xeyes) +AC_INIT(xeyes,[1.0.99], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xeyes) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |