Skip to content

Commit eb86c2e

Browse files
committed
Updated SOFTWARE_VERSION[]
1 parent f467097 commit eb86c2e

File tree

41 files changed

+81
-81
lines changed

Some content is hidden

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

41 files changed

+81
-81
lines changed

linux_artnet/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2017-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2017-2024 by Arjan van Vught mailto:[email protected]
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.5";
29+
static const char SOFTWARE_VERSION[] = "2.6";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

linux_ddp/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2021-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2021-2024 by Arjan van Vught mailto:[email protected]
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.3";
29+
static const char SOFTWARE_VERSION[] = "1.4";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

linux_e131/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2017-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2017-2024 by Arjan van Vught mailto:[email protected]
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.1";
29+
static const char SOFTWARE_VERSION[] = "2.2";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

linux_osc/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2019-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2019-2024 by Arjan van Vught mailto:[email protected]
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.2";
29+
static const char SOFTWARE_VERSION[] = "2.3";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

linux_pp/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2021-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2021-2024 by Arjan van Vught mailto:[email protected]
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.3";
29+
static const char SOFTWARE_VERSION[] = "1.4";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_dmx_monitor/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2019-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2019-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "2.2";
29+
constexpr char SOFTWARE_VERSION[] = "2.3";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_dmx_usb_pro/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2019-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2019-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "2.3";
29+
constexpr char SOFTWARE_VERSION[] = "2.4";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_artnet_dmx/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2018-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2018-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "4.3";
29+
constexpr char SOFTWARE_VERSION[] = "4.4";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_artnet_dmx_multi/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2018-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2018-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "3.6";
29+
constexpr char SOFTWARE_VERSION[] = "3.7";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_artnet_monitor/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2019-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2019-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "2.6";
29+
constexpr char SOFTWARE_VERSION[] = "2.7";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_artnet_pixel/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2018-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2018-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "4.3";
29+
constexpr char SOFTWARE_VERSION[] = "4.4";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_artnet_pixel_dmx/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2021-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2021-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "1.8";
29+
constexpr char SOFTWARE_VERSION[] = "1.9";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_artnet_pixel_dmx_multi/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2019-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2019-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "1.8";
29+
constexpr char SOFTWARE_VERSION[] = "1.9";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_artnet_pixel_multi/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2019-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2019-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "2.8";
29+
constexpr char SOFTWARE_VERSION[] = "2.9";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_artnet_rdm_l6470/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2019-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2019-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "2.4";
29+
constexpr char SOFTWARE_VERSION[] = "2.5";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_artnet_rdm_pca9685/include/software_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2023-2024 by Arjan van Vught mailto:[email protected]
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

opi_emac_artnet_serial/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2020-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2020-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "2.1";
29+
constexpr char SOFTWARE_VERSION[] = "2.2";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_ddp_pixel_dmx_multi/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2021-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2021-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "1.7";
29+
constexpr char SOFTWARE_VERSION[] = "1.8";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_ddp_pixel_multi/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2021-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2021-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "1.7";
29+
constexpr char SOFTWARE_VERSION[] = "1.8";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_e131_artnet/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2020-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2020-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "2.3";
29+
constexpr char SOFTWARE_VERSION[] = "2.4";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_e131_dmx/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2018-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2018-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "3.9";
29+
constexpr char SOFTWARE_VERSION[] = "4.0";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_e131_dmx_multi/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2019-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2019-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "3.0";
29+
constexpr char SOFTWARE_VERSION[] = "3.1";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_e131_monitor/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2019-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2019-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "2.6";
29+
constexpr char SOFTWARE_VERSION[] = "2.7";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

opi_emac_e131_pixel/include/software_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2018-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2018-2024 by Arjan van Vught mailto:[email protected]
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-
constexpr char SOFTWARE_VERSION[] = "3.9";
29+
constexpr char SOFTWARE_VERSION[] = "4.0";
3030

3131
#endif /* SOFTWARE_VERSION_H_ */

0 commit comments

Comments
 (0)