Browse Source

Update copyright dates (x-2005), ld-tigcc version (1.07), release information (several outdated version numbers).
Add history entries for TIGCCLIB 2.7 and TIGCC 0.96 Beta 1. (No IDE history entry because the IDE hasn't changed yet.)


git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/ld-tigcc@108 9552661e-59e3-4036-b4f2-dbe53926924f

kevinkofler 19 years ago
parent
commit
f3f5cf65d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      generic.h

+ 2 - 2
generic.h

@@ -66,8 +66,8 @@ TIOS_UPGRADE_FILE_SUPPORT
 #define GENERIC_H
 
 // This defines the current version of ld-tigcc and ar-tigcc.
-#define PROGRAM_VERSION_STRING "1.06"
-#define COPYRIGHT_NOTICE_STRING "Copyright (C) 2002-2004 Sebastian Reichelt, Kevin Kofler and Billy Charvet"
+#define PROGRAM_VERSION_STRING "1.07"
+#define COPYRIGHT_NOTICE_STRING "Copyright (C) 2002-2005 Sebastian Reichelt, Kevin Kofler and Billy Charvet"
 
 // Handling of user-defined functionality dependencies.
 #ifdef TARGET_DLL