Increased server version

This commit is contained in:
Martin 2013-12-12 22:01:59 +01:00
parent 52a21048be
commit 4e5560762a
6 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT([urbackup-server], [1.3.0.BUILDID], [martin@urbackup.org])
AC_INIT([urbackup-server], [1.3.1.BUILDID], [martin@urbackup.org])
AC_CONFIG_SRCDIR([AcceptThread.cpp])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])

View File

@ -87,7 +87,7 @@ print_help()
print_version()
{
echo "UrBackup Server v1.3"
echo "UrBackup Server v1.3.1"
echo "Copyright (C) 2011-2013 Martin Raiber"
echo "This is free software; see the source for copying conditions. There is NO"
echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."

View File

@ -24,7 +24,7 @@
<div style="position: absolute; left:850px; top:10px; width: 150px;" class="languages" id="languages">
</div>
<div style="position: absolute; left:70px; top:85px; width: 20px; font-size: 8pt;" id="server_version">
v1.3
v1.3.1
</div>
<div style="position:absolute; left:180px; top:82px;width:657px;height:32px" class="links1" id="main_nav">
</div>

View File

@ -2,7 +2,7 @@ set arch=x64
set data_dir=data_x64
set data_common=data_common
set data_python=data_python_x64
set version=1.3-1
set version=1.3.1-1
cd "%~dp0"

View File

@ -7,8 +7,8 @@
SetCompressor /FINAL /SOLID lzma
CRCCheck On
Name "UrBackup Server 1.3"
OutFile "UrBackup Server 1.3-1.exe"
Name "UrBackup Server 1.3.1"
OutFile "UrBackup Server 1.3.1-1.exe"
InstallDir "$PROGRAMFILES\UrBackupServer"
RequestExecutionLevel highest

View File

@ -2,7 +2,7 @@
<Include>
<?define Platform = "x64"?>
<?define shared_data_dir = "data"?>
<?define ProductID="8c239013-6294-422f-9b7a-4ed69fe02481"?>
<?define ProductID="d7d8baa7-90c6-48e4-80b9-a5b61f2f535a"?>
<?if $(var.Platform)=x64 ?>
<?define ProgramFilesFolder="ProgramFiles64Folder"?>
<?define ComponentID="5d0aca93-8f4c-4192-8645-75c3d489721c"?>