Skip to content

Commit

Permalink
Update version numbers for release
Browse files Browse the repository at this point in the history
Relates to [MACCAN-138]
  • Loading branch information
mac-can committed Aug 24, 2023
1 parent 82cabb0 commit 257b4aa
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Sources/PeakCAN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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) ")"
Expand Down
2 changes: 1 addition & 1 deletion Sources/PeakCAN.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Wrapper/can_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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) ")"
Expand Down
2 changes: 1 addition & 1 deletion Utilities/can_moni/Makefile
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
Expand Down
2 changes: 1 addition & 1 deletion Utilities/can_moni/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__CAN Monitor for PEAK PCAN Interfaces, Version 0.2.5__ \
Copyright © 2007,2012-2022 by Uwe Vogt, UV Software, Berlin
Copyright © 2007,2012-2023 by Uwe Vogt, UV Software, Berlin

```
Usage: can_moni <interface> [<option>...]
Expand Down
2 changes: 1 addition & 1 deletion Utilities/can_moni/Sources/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "build_no.h"
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define VERSION_PATCH 99
#define VERSION_PATCH 5
#define VERSION_BUILD BUILD_NO
#define VERSION_STRING TOSTRING(VERSION_MAJOR) "." TOSTRING(VERSION_MINOR) "." TOSTRING(VERSION_PATCH) " (" TOSTRING(BUILD_NO) ")"
#if defined(_WIN64)
Expand Down
2 changes: 1 addition & 1 deletion Utilities/can_test/Makefile
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
Expand Down
2 changes: 1 addition & 1 deletion Utilities/can_test/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__CAN Tester for PEAK PCAN Interfaces, Version 0.2.5__ \
Copyright &copy; 2008-2010,2014-2022 by Uwe Vogt, UV Software, Berlin
Copyright &copy; 2008-2010,2014-2023 by Uwe Vogt, UV Software, Berlin

```
Usage: can_test <interface> [<option>...]
Expand Down
2 changes: 1 addition & 1 deletion Utilities/can_test/Sources/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "build_no.h"
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define VERSION_PATCH 99
#define VERSION_PATCH 5
#define VERSION_BUILD BUILD_NO
#define VERSION_STRING TOSTRING(VERSION_MAJOR) "." TOSTRING(VERSION_MINOR) "." TOSTRING(VERSION_PATCH) " (" TOSTRING(BUILD_NO) ")"
#if defined(_WIN64)
Expand Down

0 comments on commit 257b4aa

Please sign in to comment.