aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Vymetálek <pavel@vym.cz>2024-03-10 16:37:19 +0100
committerPavel Vymetálek <pavel@vym.cz>2024-03-10 16:37:19 +0100
commit57c87cbbde7e04ca00ef3f2caaee76b3db022c86 (patch)
treef7cf63d51b790c39b8d91ef497ad699c77be2b1b
parent863d5a8f3f80d5f0e78d77d5b72d260ed7a06215 (diff)
downloadsercp-pc-master.tar.gz
Increased version number to unify with .sercp on SpeccyHEADv0.8.0master
-rw-r--r--sercp.c2
-rw-r--r--sercp.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/sercp.c b/sercp.c
index 9607482..d9c4f9b 100644
--- a/sercp.c
+++ b/sercp.c
@@ -68,7 +68,7 @@
#define FALSE 0
#define true 1
#define TRUE 1
-const char* _version = "v0.8.0-pre1";
+const char* _version = "v0.8.0";
// SERIAL
FILE *tapout_fd = NULL;
int is_outfile = 0;
diff --git a/sercp.rc b/sercp.rc
index 9828022..0e723fe 100644
--- a/sercp.rc
+++ b/sercp.rc
@@ -17,7 +17,7 @@ FILETYPE VFT_APP
VALUE "LegalTrademarks", "Pavel Vymetálek"
VALUE "OriginalFilename", "sercp"
VALUE "ProductName", "sercp"
- VALUE "ProductVersion", "0.8.0-pre1"
+ VALUE "ProductVersion", "0.8.0"
VALUE "Build environment", "Linux: Mingw64, x86_64"
}
}