Skip to content

Commit e980bac

Browse files
committed
V2.3
1 parent 3fb7308 commit e980bac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

firmware-template-gd32/include/software_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file software_version.h
33
*
44
*/
5-
/* Copyright (C) 2022-2025 by Arjan van Vught mailto:info@gd32-dmx.org
5+
/* Copyright (C) 2022-2026 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-
constexpr char SOFTWARE_VERSION[] = "2.2";
29+
constexpr char SOFTWARE_VERSION[] = "2.3";
3030

31-
#endif /* SOFTWARE_VERSION_H_ */
31+
#endif // SOFTWARE_VERSION_H_

0 commit comments

Comments
 (0)