Set proper version number to configure script.

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@295 0420edf4-82e4-42fc-9478-35b55e6d67a3
master
cazfi 2013-05-03 00:18:52 +00:00
parent 9f5b800d46
commit 755f01699b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61])
AC_INIT([etr], [VERSION], [BUG-REPORT-ADDRESS])
AC_INIT([etr], [0.6], [BUG-REPORT-ADDRESS])
AC_CONFIG_SRCDIR([gui.cpp])
AC_CONFIG_HEADERS([config.h])