Update version number
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
*.exe
|
*.exe
|
||||||
|
*.zip
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
XIncludeFile "ReencodeFfmpeg.pbf" ; Put code from ReencodeFfmpeg.pbf here during compilation (from Form Editor)
|
XIncludeFile "ReencodeFfmpeg.pbf" ; Put code from ReencodeFfmpeg.pbf here during compilation (from Form Editor)
|
||||||
|
|
||||||
#CurrentVersion = 5
|
#CurrentVersion = 6
|
||||||
Global ConfigFile.s = GetUserDirectory(#PB_Directory_ProgramData) + "ReencodeFfmpeg\config.txt"
|
Global ConfigFile.s = GetUserDirectory(#PB_Directory_ProgramData) + "ReencodeFfmpeg\config.txt"
|
||||||
Global NewMap Config.s()
|
Global NewMap Config.s()
|
||||||
|
|
||||||
@@ -1017,8 +1017,7 @@ Repeat
|
|||||||
|
|
||||||
Until Event = #PB_Event_CloseWindow ; Quit on any window close
|
Until Event = #PB_Event_CloseWindow ; Quit on any window close
|
||||||
; IDE Options = PureBasic 6.20 (Windows - x64)
|
; IDE Options = PureBasic 6.20 (Windows - x64)
|
||||||
; CursorPosition = 427
|
; CursorPosition = 2
|
||||||
; FirstLine = 302
|
|
||||||
; Folding = Beug0
|
; Folding = Beug0
|
||||||
; EnableXP
|
; EnableXP
|
||||||
; DPIAware
|
; DPIAware
|
||||||
Reference in New Issue
Block a user