From 8c02d53f69d895aaf7494484c57481ad2372588b Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Thu, 29 Sep 2022 17:56:50 +0300 Subject: [PATCH] fix version number in os/2 makefile. --- src/Makefile.os2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.os2 b/src/Makefile.os2 index 1b88b20..4928097 100644 --- a/src/Makefile.os2 +++ b/src/Makefile.os2 @@ -2,7 +2,7 @@ # wmake -f Makefile.os2 LIBNAME = physfs -VERSION = 3.1.0 +VERSION = 3.0.2 LIBFILE = $(LIBNAME).lib DLLFILE = $(LIBNAME).dll