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
c74ce1b5f8
commit
f2e349bb79
11 changed files with 12 additions and 12 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
rem Set Double Commander version
|
||||
set DC_VER=0.7.0
|
||||
set DC_VER=0.8.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.7.0
|
||||
DC_VER=0.8.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.7.0
|
||||
DC_VER=0.8.0
|
||||
|
||||
# The new package will be saved here
|
||||
PACK_DIR=$(pwd)/linux/release
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: doublecmd-gtk
|
||||
Summary: Twin-panel (commander-style) file manager (GTK2)
|
||||
Version: 0.7.0
|
||||
Version: 0.8.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.7.0
|
||||
Version: 0.8.0
|
||||
Release: 1
|
||||
Url: http://doublecmd.sourceforge.net/
|
||||
License: GPL-2+
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: doublecmd-qt
|
||||
Summary: Twin-panel (commander-style) file manager (Qt4)
|
||||
Version: 0.7.0
|
||||
Version: 0.8.0
|
||||
Release: 1
|
||||
URL: http://doublecmd.sourceforge.net
|
||||
Source0: %{doublecmd}-%{version}.orig.tar.gz
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# This script updates Double Commander Open Build Service (OBS) repository
|
||||
|
||||
# Set Double Commander version
|
||||
DC_VER=0.7.0
|
||||
DC_VER=0.8.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.7.0
|
||||
DC_VER=0.8.0
|
||||
# Set Ubuntu series
|
||||
DISTRO=( trusty vivid wily )
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[Setup]
|
||||
AppName=Double Commander
|
||||
AppVerName=Double Commander 0.7.0 beta
|
||||
AppVerName=Double Commander 0.8.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="7"/>
|
||||
<StringTable FileDescription="Double Commander is a cross platform open source file manager with two panels side by side" InternalName="DOUBLECMD" LegalCopyright="Copyright (C) 2006-2015 Alexander Koblov" ProductName="Double Commander" ProductVersion=""/>
|
||||
<MinorVersionNr Value="8"/>
|
||||
<StringTable FileDescription="Double Commander is a cross platform open source file manager with two panels side by side" InternalName="DOUBLECMD" LegalCopyright="Copyright (C) 2006-2016 Alexander Koblov" ProductName="Double Commander" ProductVersion=""/>
|
||||
</VersionInfo>
|
||||
<BuildModes Count="5">
|
||||
<Item1 Name="Debug" Default="True"/>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ uses
|
|||
{$I revision.inc} // Lazarus revision number
|
||||
|
||||
const
|
||||
dcVersion = '0.7.0 alpha';
|
||||
dcVersion = '0.8.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