~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to debian/patches/autotools-add-distro-version-to-list.patch

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2013-10-03 20:30:16 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131003203016-d4ug6l0xgosasumq
Tags: 8.2.1-1
* New upstream release.
* Updated autotools documentation sources.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        public static final String LATEST_AC_VERSION = fACVersions[fACVersions.length - 1];
25
25
        
26
26
-       public static final String[] fAMVersions = {"1.4-p6", "1.9.5", "1.9.6", "1.11.1"}; // $NON-NLS-1$
27
 
+       public static final String[] fAMVersions = {"1.4-p6", "1.9.5", "1.9.6", "1.11.1", "1.11.5", "1.13.3"}; // $NON-NLS-1$
 
27
+       public static final String[] fAMVersions = {"1.4-p6", "1.9.5", "1.9.6", "1.11.1", "1.11.5", "1.13.3", "1.14"}; // $NON-NLS-1$
28
28
        public static final String LATEST_AM_VERSION = fAMVersions[fAMVersions.length - 1];
29
29
        
30
30
        public static final String CLEAN_MAKE_TARGET_DEFAULT = "distclean"; // $NON-NLS-1$
41
41
        public static final String LATEST_AC_VERSION = fACVersions[fACVersions.length - 1];
42
42
        
43
43
-       private static String[] fAMVersions = {"1.4-p6", "1.9.5", "1.9.6", "1.11.1"};
44
 
+       private static String[] fAMVersions = {"1.4-p6", "1.9.5", "1.9.6", "1.11.1", "1.11.5", "1.13.3"};
 
44
+       private static String[] fAMVersions = {"1.4-p6", "1.9.5", "1.9.6", "1.11.1", "1.11.5", "1.13.3", "1.14"};
45
45
        public static final String LATEST_AM_VERSION = fAMVersions[fAMVersions.length - 1];
46
46
        
47
47
        /** The keys of the overlay store. */