* update to 2023-10-25 upstream version which fixes the crashes on logging on ath79 * remove no longer needed 030-src-logging.c-fix-crash.patch * update 010-cmakelists-remove-cflags.patch to work with a new version * update 020-src-options.c-add-version.patch to work with a new version Signed-off-by: Stan Grishin <stangri@melmac.ca>
11 lines
315 B
Diff
11 lines
315 B
Diff
--- a/src/options.c
|
|
+++ b/src/options.c
|
|
@@ -24,7 +24,7 @@ const char * options_sw_version(void) {
|
|
#ifdef SW_VERSION
|
|
return SW_VERSION;
|
|
#else
|
|
- return "2023.10.10-atLeast"; // update date sometimes, like 1-2 times a year
|
|
+ return "2023-10-25-1"; // update date sometimes, like 1-2 times a year
|
|
#endif
|
|
}
|
|
|