mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Version number
This commit is contained in:
parent
27e787b5f5
commit
e0ce4968bb
4 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
rem Set Double Commander version
|
||||
set DC_VER=1.1.4
|
||||
set DC_VER=1.1.5
|
||||
|
||||
rem Path to Git
|
||||
set GIT_EXE="%ProgramFiles%\Git\bin\git.exe"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Set Double Commander version
|
||||
DC_VER=1.1.4
|
||||
DC_VER=1.1.5
|
||||
|
||||
# The new package will be saved here
|
||||
PACK_DIR=$(pwd)/darwin/release
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Set Double Commander version
|
||||
DC_VER=1.1.4
|
||||
DC_VER=1.1.5
|
||||
|
||||
# The new package will be saved here
|
||||
PACK_DIR=$(pwd)/linux/release
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
<UseVersionInfo Value="True"/>
|
||||
<MajorVersionNr Value="1"/>
|
||||
<MinorVersionNr Value="1"/>
|
||||
<RevisionNr Value="4"/>
|
||||
<RevisionNr Value="5"/>
|
||||
<Attributes pvaPreRelease="True"/>
|
||||
<StringTable FileDescription="Double Commander" InternalName="DOUBLECMD" LegalCopyright="Copyright (C) 2006-2023 Alexander Koblov" ProductName="Double Commander"/>
|
||||
</VersionInfo>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue