Revision: 515
Author: kdekorte
Date: Tue Oct 30 12:03:49 2012
Log: 1.0.7 release
http://code.google.com/p/gecko-mediaplayer/source/detail?r=515
Modified:
/trunk/ChangeLog
/trunk/configure
/trunk/
configure.in
=======================================
--- /trunk/ChangeLog Mon Oct 8 06:19:39 2012
+++ /trunk/ChangeLog Tue Oct 30 12:03:49 2012
@@ -1,4 +1,5 @@
Development
+1.0.7
1.0.7b
1.0.7a1
Version bump to 1.0.7a1
=======================================
--- /trunk/configure Mon Oct 8 06:19:39 2012
+++ /trunk/configure Tue Oct 30 12:03:49 2012
@@ -2732,7 +2732,7 @@
# Define the identity of the package.
PACKAGE=gecko-mediaplayer
- VERSION=1.0.7b
+ VERSION=1.0.7
cat >>confdefs.h <<_ACEOF
=======================================
--- /trunk/
configure.in Mon Oct 8 06:19:39 2012
+++ /trunk/
configure.in Tue Oct 30 12:03:49 2012
@@ -2,7 +2,7 @@
dnl Created by Anjuta application wizard.
AC_INIT(
configure.in)
-AM_INIT_AUTOMAKE(gecko-mediaplayer, 1.0.7b)
+AM_INIT_AUTOMAKE(gecko-mediaplayer, 1.0.7)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE([enable])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])