UPD: Version number

This commit is contained in:
Alexander Koblov 2022-01-05 16:13:17 +03:00
commit b3740938db
11 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
rem Set Double Commander version
set DC_VER=1.0.2
set DC_VER=1.0.3
rem Path to Git
set GIT_EXE="%ProgramFiles%\Git\bin\git.exe"

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Set Double Commander version
DC_VER=1.0.2
DC_VER=1.0.3
# The new package will be saved here
PACK_DIR=$(pwd)/darwin/release

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Set Double Commander version
DC_VER=1.0.2
DC_VER=1.0.3
# The new package will be saved here
PACK_DIR=$(pwd)/linux/release

View file

@ -1,6 +1,6 @@
Name: doublecmd-gtk
Summary: Twin-panel (commander-style) file manager (GTK2)
Version: 1.0.2
Version: 1.0.3
Release: 1
URL: http://doublecmd.sourceforge.net
Source0: doublecmd_%{version}.orig.tar.gz

View file

@ -4,7 +4,7 @@
Name: doublecmd-help-en
Summary: Documentation for the Double Commander (English)
Version: 1.0.2
Version: 1.0.3
Release: 1
Url: http://doublecmd.sourceforge.net/
License: GPL-2+

View file

@ -1,6 +1,6 @@
Name: doublecmd-qt
Summary: Twin-panel (commander-style) file manager (Qt4)
Version: 1.0.2
Version: 1.0.3
Release: 1
URL: http://doublecmd.sourceforge.net
Source0: doublecmd_%{version}.orig.tar.gz

View file

@ -4,7 +4,7 @@
Name: doublecmd-qt5
Summary: Twin-panel (commander-style) file manager (Qt5)
Version: 1.0.2
Version: 1.0.3
Release: 1
URL: http://doublecmd.sourceforge.net
Source0: %{doublecmd}-%{version}.tar.gz

View file

@ -3,7 +3,7 @@
# This script updates Double Commander Open Build Service (OBS) repository
# Set Double Commander version
DC_VER=1.0.2
DC_VER=1.0.3
# Temp directory
DC_TEMP_DIR=/var/tmp/doublecmd-$(date +%y.%m.%d)

View file

@ -3,7 +3,7 @@
# This script updates Double Commander Personal Package Archive (PPA) repository
# Set Double Commander version
DC_VER=1.0.2
DC_VER=1.0.3
# Set Ubuntu series
DISTRO=( xenial zesty artful )

View file

@ -3,7 +3,7 @@
[Setup]
AppName=Double Commander
AppVerName=Double Commander 1.0.2 beta
AppVerName=Double Commander 1.0.3 beta
AppPublisherURL=http://doublecmd.sourceforge.net
AppSupportURL=http://doublecmd.sourceforge.net
AppUpdatesURL=http://doublecmd.sourceforge.net

View file

@ -25,8 +25,8 @@
<VersionInfo>
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="1"/>
<RevisionNr Value="2"/>
<StringTable FileDescription="Double Commander is a cross platform open source file manager with two panels side by side" InternalName="DOUBLECMD" LegalCopyright="Copyright (C) 2006-2021 Alexander Koblov" ProductName="Double Commander"/>
<RevisionNr Value="3"/>
<StringTable FileDescription="Double Commander is a cross platform open source file manager with two panels side by side" InternalName="DOUBLECMD" LegalCopyright="Copyright (C) 2006-2022 Alexander Koblov" ProductName="Double Commander"/>
</VersionInfo>
<BuildModes Count="4">
<Item1 Name="Debug" Default="True"/>