aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJaroslav Hensl <jara@hensl.cz>2025-07-29 16:42:13 +0200
committerJaroslav Hensl <jara@hensl.cz>2025-07-29 16:42:13 +0200
commit739eb72235cba62334f8b42448c9e9c87e7d2dd6 (patch)
tree993662b164b82604215c1964188e9aeb35eb9d78 /tools
parent12c37ec3ba15126468fb5b275d49ba8328b93a9f (diff)
downloadvmdisp9x-main.tar.gz
double buffering (inc. README) + version fixHEADv1.2025.0.119main
Diffstat (limited to 'tools')
-rw-r--r--tools/copyinf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/copyinf.c b/tools/copyinf.c
index 0dfb125..828ff3a 100644
--- a/tools/copyinf.c
+++ b/tools/copyinf.c
@@ -171,7 +171,7 @@ int main(int argc, char **argv)
{
if(strstr(linebuf, "DriverVer=") == linebuf)
{
- sprintf(linebuf, "DriverVer=%02d/%02d/%04d, %d.%d.0.%d", month, day, year, softgpu+1, year, build);
+ sprintf(linebuf, "DriverVer=%02d/%02d/%04d,%d.%d.%d.%d", month, day, year, 4, year, softgpu, build);
}
else
{