Revision: 236
Author: kdekorte
Date: Thu Apr 24 03:42:29 2014 UTC
Log: 1.0.9
http://code.google.com/p/gmtk/source/detail?r=236
Modified:
/trunk/ChangeLog
/trunk/configure
/trunk/
configure.ac
=======================================
--- /trunk/ChangeLog Wed Feb 5 20:10:27 2014 UTC
+++ /trunk/ChangeLog Thu Apr 24 03:42:29 2014 UTC
@@ -1,4 +1,5 @@
Development
+1.0.9
Don't force a minimum size on the tracker
1.0.9b
Only do the media player allocation event if no video is present
=======================================
--- /trunk/configure Thu Jan 9 21:59:25 2014 UTC
+++ /trunk/configure Thu Apr 24 03:42:29 2014 UTC
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gmtk 1.0.9b.
+# Generated by GNU Autoconf 2.69 for gmtk 1.0.9.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
# Identity of this package.
PACKAGE_NAME='gmtk'
PACKAGE_TARNAME='gmtk'
-PACKAGE_VERSION='1.0.9b'
-PACKAGE_STRING='gmtk 1.0.9b'
+PACKAGE_VERSION='1.0.9'
+PACKAGE_STRING='gmtk 1.0.9'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1470,7 +1470,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures gmtk 1.0.9b to adapt to many kinds of systems.
+\`configure' configures gmtk 1.0.9 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1540,7 +1540,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gmtk 1.0.9b:";;
+ short | recursive ) echo "Configuration of gmtk 1.0.9:";;
esac
cat <<\_ACEOF
@@ -1725,7 +1725,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gmtk configure 1.0.9b
+gmtk configure 1.0.9
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2090,7 +2090,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gmtk $as_me 1.0.9b, which was
+It was created by gmtk $as_me 1.0.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2955,7 +2955,7 @@
# Define the identity of the package.
PACKAGE=gmtk
- VERSION=1.0.9b
+ VERSION=1.0.9
cat >>confdefs.h <<_ACEOF
@@ -16008,7 +16008,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gmtk $as_me 1.0.9b, which was
+This file was extended by gmtk $as_me 1.0.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16074,7 +16074,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gmtk config.status 1.0.9b
+gmtk config.status 1.0.9
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
=======================================
--- /trunk/
configure.ac Thu Jan 9 21:59:25 2014 UTC
+++ /trunk/
configure.ac Thu Apr 24 03:42:29 2014 UTC
@@ -2,7 +2,7 @@
dnl Created by Anjuta application wizard.
-AC_INIT(gmtk, 1.0.9b)
+AC_INIT(gmtk, 1.0.9)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)