Skip to content

Commit c971606

Browse files
authored
Merge pull request #420 from AmigaLabs/fixing-version-files
Fixing version files
2 parents caabce2 + ea17abc commit c971606

7 files changed

Lines changed: 6 additions & 13 deletions

File tree

library/amiga/amiga.lib_rev.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#define VERSION 1
22
#define REVISION 216
3-
#define SUBREVISION 0
43

54
#define DATE "08.02.2021"
65
#define VERS "amiga.lib 1.216"

library/c.lib_rev.h

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
#define VERSION 2
2-
#define REVISION 1
3-
#define SUBREVISION 0
1+
#define VERSION 2
2+
#define REVISION 1
43

5-
#define DATE "28.05.2026"
6-
#define VERS "clib4.library 2.1"
7-
#define VSTRING "clib4.library 2.1 (28.05.2026)\r\n"
8-
#define VERSTAG "\0$VER: clib4.library 2.1-ab40f98 (28.05.2026)"
4+
#define DATE "28.05.2026"
5+
#define VERS "clib4.library 2.1"
6+
#define VSTRING "clib4.library 2.1 (28.05.2026)\r\n"
7+
#define VERSTAG "\0$VER: clib4.library 2.1-ab40f98 (28.05.2026)"

library/crypt/crypt.lib_rev.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#define VERSION 1
22
#define REVISION 0
3-
#define SUBREVISION 0
43

54
#define DATE "29.07.2022"
65
#define VERS "crypt.lib 1.0"

library/debug/debug.lib_rev.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#define VERSION 1
22
#define REVISION 0
3-
#define SUBREVISION 0
43

54
#define DATE "29.07.2022"
65
#define VERS "debug.lib 1.0"

library/math/m.lib_rev.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#define VERSION 1
22
#define REVISION 300
3-
#define SUBREVISION 0
43

54
#define DATE "14.03.2022"
65
#define VERS "m.lib 1.300"

library/pthread/pthread.lib_rev.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#define VERSION 1
22
#define REVISION 0
3-
#define SUBREVISION 0
43

54
#define DATE "18.07.2022"
65
#define VERS "pthread.lib 1.0"

library/rt/rt.lib_rev.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#define VERSION 1
22
#define REVISION 0
3-
#define SUBREVISION 0
43

54
#define DATE "27.04.2023"
65
#define VERS "rt.lib 1.0"

0 commit comments

Comments
 (0)