Skip to content

Commit b986354

Browse files
committed
Updated SOFTWARE_VERSION[]
1 parent 3de0ae9 commit b986354

File tree

54 files changed

+69
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+69
-69
lines changed

linux_artnet/include/software_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2017-2024 by Arjan van Vught mailto:info@orangepi-dmx.nl
5+
/* Copyright (C) 2017-2024 by Arjan van Vught mailto:info@gd32-dmx.org
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
88
* of this software and associated documentation files (the "Software"), to deal
@@ -26,6 +26,6 @@
2626
#ifndef SOFTWARE_VERSION_H_
2727
#define SOFTWARE_VERSION_H_
2828

29-
static const char SOFTWARE_VERSION[] = "2.7";
29+
static const char SOFTWARE_VERSION[] = "2.8";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

linux_ddp/include/software_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2021-2024 by Arjan van Vught mailto:info@orangepi-dmx.nl
5+
/* Copyright (C) 2021-2024 by Arjan van Vught mailto:info@gd32-dmx.org
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
88
* of this software and associated documentation files (the "Software"), to deal
@@ -26,6 +26,6 @@
2626
#ifndef SOFTWARE_VERSION_H_
2727
#define SOFTWARE_VERSION_H_
2828

29-
static const char SOFTWARE_VERSION[] = "1.5";
29+
static const char SOFTWARE_VERSION[] = "1.6";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

linux_e131/include/software_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2017-2024 by Arjan van Vught mailto:info@orangepi-dmx.nl
5+
/* Copyright (C) 2017-2024 by Arjan van Vught mailto:info@gd32-dmx.org
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
88
* of this software and associated documentation files (the "Software"), to deal
@@ -26,6 +26,6 @@
2626
#ifndef SOFTWARE_VERSION_H_
2727
#define SOFTWARE_VERSION_H_
2828

29-
static const char SOFTWARE_VERSION[] = "2.3";
29+
static const char SOFTWARE_VERSION[] = "2.4";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

linux_osc/include/software_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2019-2024 by Arjan van Vught mailto:info@orangepi-dmx.nl
5+
/* Copyright (C) 2019-2024 by Arjan van Vught mailto:info@gd32-dmx.org
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
88
* of this software and associated documentation files (the "Software"), to deal
@@ -26,6 +26,6 @@
2626
#ifndef SOFTWARE_VERSION_H_
2727
#define SOFTWARE_VERSION_H_
2828

29-
static const char SOFTWARE_VERSION[] = "2.4";
29+
static const char SOFTWARE_VERSION[] = "2.5";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

linux_pp/include/software_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2021-2024 by Arjan van Vught mailto:info@orangepi-dmx.nl
5+
/* Copyright (C) 2021-2024 by Arjan van Vught mailto:info@gd32-dmx.org
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
88
* of this software and associated documentation files (the "Software"), to deal
@@ -26,6 +26,6 @@
2626
#ifndef SOFTWARE_VERSION_H_
2727
#define SOFTWARE_VERSION_H_
2828

29-
static const char SOFTWARE_VERSION[] = "1.5";
29+
static const char SOFTWARE_VERSION[] = "1.6";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_dmx_monitor/include/software_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
#ifndef SOFTWARE_VERSION_H_
2727
#define SOFTWARE_VERSION_H_
2828

29-
constexpr char SOFTWARE_VERSION[] = "3.0";
29+
constexpr char SOFTWARE_VERSION[] = "3.1";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_dmx_usb_pro/include/software_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
#ifndef SOFTWARE_VERSION_H_
2727
#define SOFTWARE_VERSION_H_
2828

29-
constexpr char SOFTWARE_VERSION[] = "3.1";
29+
constexpr char SOFTWARE_VERSION[] = "3.2";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_artnet_dmx/include/software_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
#ifndef SOFTWARE_VERSION_H_
2727
#define SOFTWARE_VERSION_H_
2828

29-
constexpr char SOFTWARE_VERSION[] = "5.0";
29+
constexpr char SOFTWARE_VERSION[] = "5.1";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_artnet_dmx_multi/include/software_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
#ifndef SOFTWARE_VERSION_H_
2727
#define SOFTWARE_VERSION_H_
2828

29-
constexpr char SOFTWARE_VERSION[] = "4.3";
29+
constexpr char SOFTWARE_VERSION[] = "4.4";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_artnet_monitor/include/software_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
#ifndef SOFTWARE_VERSION_H_
2727
#define SOFTWARE_VERSION_H_
2828

29-
constexpr char SOFTWARE_VERSION[] = "3.4";
29+
constexpr char SOFTWARE_VERSION[] = "3.5";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

0 commit comments

Comments
 (0)