changeset 2653:b382dc61dbdd icedtea-2.3.9

Use 'IcedTea' across all versions, not 'IcedTea7' etc. 2013-04-21 Andrew John Hughes <gnu.andrew@member.fsf.org> * Makefile.am: (ICEDTEA_NAME): Make same across all versions.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Sun, 21 Apr 2013 21:48:09 +0100
parents 95c1acdfeec4
children 8346ccdd67b5
files ChangeLog Makefile.am
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Apr 21 17:24:52 2013 +0100
+++ b/ChangeLog	Sun Apr 21 21:48:09 2013 +0100
@@ -1,3 +1,8 @@
+2013-04-21  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	* Makefile.am:
+	(ICEDTEA_NAME): Make same across all versions.
+
 2013-04-21  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	* configure.ac: Bump to 2.3.9 proper.
--- a/Makefile.am	Sun Apr 21 17:24:52 2013 +0100
+++ b/Makefile.am	Sun Apr 21 21:48:09 2013 +0100
@@ -431,7 +431,7 @@
   ICEDTEA_SHARK_BUILD = true
 endif
 
-ICEDTEA_NAME = IcedTea7
+ICEDTEA_NAME = IcedTea
 if HAS_ICEDTEA_REVISION
 ICEDTEA_REV = +${ICEDTEA_REVISION}
 endif