Update version number to 2.2

This commit is contained in:
hooper114 2009-07-13 19:24:55 +00:00
parent 5956c5e6d2
commit fe8747701d
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ all: $(DLL) $(STATLIB)
$(DLL):$(DLL_OBJ)
@echo Linking $@...
o2dll.sh -o $@ $(DLL_OBJ) $(LIBS) #-version-info 2:1:3 -version-number 2:1:3
o2dll.sh -o $@ $(DLL_OBJ) $(LIBS) #-version-info 2:2:0 -version-number 2:2:0
$(STATLIB): $(LIB_OBJ)
@echo Linking $@...