-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relates to [MACCAN-138]
- Loading branch information
Showing
9 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// | ||
// CAN Interface API, Version 3 (for PEAK PCAN-USB Interfaces) | ||
// | ||
// Copyright (c) 2012-2022 Uwe Vogt, UV Software, Berlin ([email protected]) | ||
// Copyright (c) 2012-2023 Uwe Vogt, UV Software, Berlin ([email protected]) | ||
// All rights reserved. | ||
// | ||
// This file is part of PCBUSB-Wrapper. | ||
|
@@ -53,7 +53,7 @@ | |
#else | ||
#define VERSION_MAJOR 0 | ||
#define VERSION_MINOR 2 | ||
#define VERSION_PATCH 99 | ||
#define VERSION_PATCH 5 | ||
#endif | ||
#define VERSION_BUILD BUILD_NO | ||
#define VERSION_STRING TOSTRING(VERSION_MAJOR) "." TOSTRING(VERSION_MINOR) "." TOSTRING(VERSION_PATCH) " (" TOSTRING(BUILD_NO) ")" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// | ||
// CAN Interface API, Version 3 (for PEAK PCAN-USB Interfaces) | ||
// | ||
// Copyright (c) 2012-2022 Uwe Vogt, UV Software, Berlin ([email protected]) | ||
// Copyright (c) 2012-2023 Uwe Vogt, UV Software, Berlin ([email protected]) | ||
// All rights reserved. | ||
// | ||
// This file is part of PCBUSB-Wrapper. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# | ||
# CAN Monitor for PEAK PCAN Interfaces | ||
# | ||
# Copyright (c) 2007,2012-2022 Uwe Vogt, UV Software, Berlin ([email protected]) | ||
# Copyright (c) 2007,2012-2023 Uwe Vogt, UV Software, Berlin ([email protected]) | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# | ||
# CAN Tester for PEAK PCAN Interfaces | ||
# | ||
# Copyright (c) 2008-2010,2014-2022 Uwe Vogt, UV Software, Berlin ([email protected]) | ||
# Copyright (c) 2008-2010,2014-2023 Uwe Vogt, UV Software, Berlin ([email protected]) | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters