Update the nightly build .msi installer version number to 3.11.99

This commit is contained in:
Justin Clift
2018-10-20 02:00:51 +11:00
parent 4a39e343db
commit ce086d10bf

View File

@@ -3,7 +3,7 @@
<?define Name="DB Browser for SQLite" ?>
<?define Team="$(var.Name) Team" ?>
<?define Version="3.10.99" ?>
<?define Version="3.11.99" ?>
<!--
=============================================== Add/Remove Programs ================================================
@@ -50,7 +50,7 @@
-->
<?if $(sys.BUILDARCH)="x64"?>
<?define QtPath="C:\dev\Qt\5.8\msvc2013_64" ?>
<?define QtPath="C:\dev\Qt\5.10.1\msvc2013_64" ?>
<?define SQLitePath="C:\dev\SQLite-Win64" ?>
<?define SQLCipherPath="C:\git_repos\SQLCipher-Win64" ?>
<?define OpenSSLPath="C:\dev\OpenSSL-Win64" ?>