diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-06-16 00:06:55 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-06-16 00:08:27 -0600 |
commit | 2d33c87a6357fe62cc88b2c2b2815f4604294ab9 (patch) | |
tree | 7e5af4b298b513de31dc14c48266743635f66cef | |
parent | 1c9b8fa88e290ef2b66f049c99b812f378d30ee3 (diff) | |
download | dimension-2d33c87a6357fe62cc88b2c2b2815f4604294ab9.tar.xz |
Change to version 0.0 from 0.0.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0d0e6eb..cf8881a 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>. dnl Initialization AC_PREREQ(2.65) -AC_INIT(Dimension, 0.0.0, tavianator@tavianator.com, dimension, +AC_INIT(Dimension, 0.0, tavianator@tavianator.com, dimension, [http://www.tavianator.com/dimension/]) AM_INIT_AUTOMAKE([parallel-tests color-tests std-options]) AM_SILENT_RULES([yes]) |