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
70f3878fba
commit
f8971ab5cf
13 changed files with 14 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
rem Set Double Commander version
|
||||
set DC_VER=0.9.0
|
||||
set DC_VER=1.0.0
|
||||
|
||||
rem Path to subversion
|
||||
set SVN_EXE="c:\Program Files\SlikSvn\bin\svn.exe"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Set Double Commander version
|
||||
DC_VER=0.9.0
|
||||
DC_VER=1.0.0
|
||||
|
||||
# The new package will be saved here
|
||||
PACK_DIR=$(pwd)/darwin/release
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Set Double Commander version
|
||||
DC_VER=0.9.0
|
||||
DC_VER=1.0.0
|
||||
|
||||
# The new package will be saved here
|
||||
PACK_DIR=$(pwd)/linux/release
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: doublecmd-gtk
|
||||
Summary: Twin-panel (commander-style) file manager (GTK2)
|
||||
Version: 0.9.0
|
||||
Version: 1.0.0
|
||||
Release: 1
|
||||
URL: http://doublecmd.sourceforge.net
|
||||
Source0: doublecmd_%{version}.orig.tar.gz
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: doublecmd-help-en
|
||||
Summary: Documentation for the Double Commander (English)
|
||||
Version: 0.9.0
|
||||
Version: 1.0.0
|
||||
Release: 1
|
||||
Url: http://doublecmd.sourceforge.net/
|
||||
License: GPL-2+
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: doublecmd-qt
|
||||
Summary: Twin-panel (commander-style) file manager (Qt4)
|
||||
Version: 0.9.0
|
||||
Version: 1.0.0
|
||||
Release: 1
|
||||
URL: http://doublecmd.sourceforge.net
|
||||
Source0: doublecmd_%{version}.orig.tar.gz
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: doublecmd-qt5
|
||||
Summary: Twin-panel (commander-style) file manager (Qt5)
|
||||
Version: 0.9.0
|
||||
Version: 1.0.0
|
||||
Release: 1
|
||||
URL: http://doublecmd.sourceforge.net
|
||||
Source0: %{doublecmd}-%{version}.tar.gz
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# This script updates Double Commander Open Build Service (OBS) repository
|
||||
|
||||
# Set Double Commander version
|
||||
DC_VER=0.9.0
|
||||
DC_VER=1.0.0
|
||||
|
||||
# Temp directory
|
||||
DC_TEMP_DIR=/var/tmp/doublecmd-$(date +%y.%m.%d)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# This script updates Double Commander Personal Package Archive (PPA) repository
|
||||
|
||||
# Set Double Commander version
|
||||
DC_VER=0.9.0
|
||||
DC_VER=1.0.0
|
||||
# Set Ubuntu series
|
||||
DISTRO=( xenial zesty artful )
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[Setup]
|
||||
AppName=Double Commander
|
||||
AppVerName=Double Commander 0.9.0 beta
|
||||
AppVerName=Double Commander 1.0.0 beta
|
||||
AppPublisherURL=http://doublecmd.sourceforge.net
|
||||
AppSupportURL=http://doublecmd.sourceforge.net
|
||||
AppUpdatesURL=http://doublecmd.sourceforge.net
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
</i18n>
|
||||
<VersionInfo>
|
||||
<UseVersionInfo Value="True"/>
|
||||
<MinorVersionNr Value="9"/>
|
||||
<StringTable FileDescription="Double Commander is a cross platform open source file manager with two panels side by side" InternalName="DOUBLECMD" LegalCopyright="Copyright (C) 2006-2018 Alexander Koblov" ProductName="Double Commander"/>
|
||||
<MajorVersionNr Value="1"/>
|
||||
<StringTable FileDescription="Double Commander is a cross platform open source file manager with two panels side by side" InternalName="DOUBLECMD" LegalCopyright="Copyright (C) 2006-2019 Alexander Koblov" ProductName="Double Commander"/>
|
||||
</VersionInfo>
|
||||
<BuildModes Count="5">
|
||||
<Item1 Name="Debug" Default="True"/>
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ begin
|
|||
if WSVersion <> EmptyStr then
|
||||
DCDebug('Widgetset library: ' + WSVersion);
|
||||
DCDebug('This program is free software released under terms of GNU GPL 2');
|
||||
DCDebug('(C)opyright 2006-2018 Alexander Koblov (alexx2000@mail.ru)');
|
||||
DCDebug('(C)opyright 2006-2019 Alexander Koblov (alexx2000@mail.ru)');
|
||||
DCDebug(' and contributors (see about dialog)');
|
||||
|
||||
Application.ShowMainForm:= False;
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ uses
|
|||
{$I revision.inc} // Lazarus revision number
|
||||
|
||||
const
|
||||
dcVersion = '0.9.0 alpha';
|
||||
dcVersion = '1.0.0 alpha';
|
||||
dcBuildDate = {$I %DATE%};
|
||||
lazVersion = lcl_version; // Lazarus version (major.minor.micro)
|
||||
lazRevision = RevisionStr; // Lazarus SVN revision
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue