Skip to content

Commit 831cbc5

Browse files
committed
Update version numbers for release
Relates to [CANAPI-46]
1 parent cf7d672 commit 831cbc5

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

Libraries/CANAPI/Resource.rc

-2 Bytes
Binary file not shown.

Libraries/PeakCAN/Resource.rc

-2 Bytes
Binary file not shown.

Sources/PeakCAN.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
#ifdef _MSC_VER
5050
#define VERSION_MAJOR 0
5151
#define VERSION_MINOR 4
52-
#define VERSION_PATCH 99
52+
#define VERSION_PATCH 5
5353
#else
5454
#define VERSION_MAJOR 0
5555
#define VERSION_MINOR 2
56-
#define VERSION_PATCH 4
56+
#define VERSION_PATCH 5
5757
#endif
5858
#define VERSION_BUILD BUILD_NO
5959
#define VERSION_STRING TOSTRING(VERSION_MAJOR) "." TOSTRING(VERSION_MINOR) "." TOSTRING(VERSION_PATCH) " (" TOSTRING(BUILD_NO) ")"

Sources/PeakCAN.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// CAN Interface API, Version 3 (for PEAK PCAN Interfaces)
44
//
5-
// Copyright (c) 2017-2022 Uwe Vogt, UV Software, Berlin ([email protected])
5+
// Copyright (c) 2017-2023 Uwe Vogt, UV Software, Berlin ([email protected])
66
// All rights reserved.
77
//
88
// This file is part of PCANBasic-Wrapper.
@@ -59,7 +59,7 @@
5959
#define PEAKCAN_LIBRARY_NAME CANDLL_PCANBASIC
6060
#define PEAKCAN_LIBRARY_VENDOR "UV Software, Berlin"
6161
#define PEAKCAN_LIBRARY_LICENSE "BSD-2-Clause OR GPL-3.0-or-later"
62-
#define PEAKCAN_LIBRARY_COPYRIGHT "Copyright (c) 2017-2022 Uwe Vogt, UV Software, Berlin"
62+
#define PEAKCAN_LIBRARY_COPYRIGHT "Copyright (c) 2017-2023 Uwe Vogt, UV Software, Berlin"
6363
#define PEAKCAN_LIBRARY_HAZARD_NOTE "If you connect your CAN device to a real CAN network when using this library,\n" \
6464
"you might damage your application."
6565
/// \}

Sources/PeakCAN_Defaults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* CAN Interface API, Version 3 (for PEAK PCAN Interfaces)
44
*
5-
* Copyright (c) 2017-2022 Uwe Vogt, UV Software, Berlin ([email protected])
5+
* Copyright (c) 2017-2023 Uwe Vogt, UV Software, Berlin ([email protected])
66
* All rights reserved.
77
*
88
* This file is part of PCANBasic-Wrapper.

Sources/Wrapper/can_api.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
#ifdef _MSC_VER
5454
#define VERSION_MAJOR 0
5555
#define VERSION_MINOR 4
56-
#define VERSION_PATCH 99
56+
#define VERSION_PATCH 5
5757
#else
5858
#define VERSION_MAJOR 0
5959
#define VERSION_MINOR 2
60-
#define VERSION_PATCH 4
60+
#define VERSION_PATCH 5
6161
#endif
6262
#define VERSION_BUILD BUILD_NO
6363
#define VERSION_STRING TOSTRING(VERSION_MAJOR) "." TOSTRING(VERSION_MINOR) "." TOSTRING(VERSION_PATCH) " (" TOSTRING(BUILD_NO) ")"

Utilities/can_moni/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
__CAN Monitor for PEAK PCAN Interfaces, Version 0.4.4__ \
2-
Copyright © 2007,2017-2022 by Uwe Vogt, UV Software, Berlin
1+
__CAN Monitor for PEAK PCAN Interfaces, Version 0.4.5__ \
2+
Copyright © 2007,2017-2023 by Uwe Vogt, UV Software, Berlin
33

44
```
55
Usage:

Utilities/can_moni/Sources/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "build_no.h"
2121
#define VERSION_MAJOR 0
2222
#define VERSION_MINOR 4
23-
#define VERSION_PATCH 99
23+
#define VERSION_PATCH 5
2424
#define VERSION_BUILD BUILD_NO
2525
#define VERSION_STRING TOSTRING(VERSION_MAJOR) "." TOSTRING(VERSION_MINOR) "." TOSTRING(VERSION_PATCH) " (" TOSTRING(BUILD_NO) ")"
2626
#if defined(_WIN64)

Utilities/can_test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
__CAN Tester for PEAK PCAN Interfaces, Version 0.4.4__ \
2-
Copyright © 2008-2010,2014-2022 by Uwe Vogt, UV Software, Berlin
1+
__CAN Tester for PEAK PCAN Interfaces, Version 0.4.5__ \
2+
Copyright © 2008-2010,2014-2023 by Uwe Vogt, UV Software, Berlin
33

44
```
55
Usage:

Utilities/can_test/Sources/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "build_no.h"
2121
#define VERSION_MAJOR 0
2222
#define VERSION_MINOR 4
23-
#define VERSION_PATCH 99
23+
#define VERSION_PATCH 5
2424
#define VERSION_BUILD BUILD_NO
2525
#define VERSION_STRING TOSTRING(VERSION_MAJOR) "." TOSTRING(VERSION_MINOR) "." TOSTRING(VERSION_PATCH) " (" TOSTRING(BUILD_NO) ")"
2626
#if defined(_WIN64)

0 commit comments

Comments
 (0)