Browse Source

Update carla

Signed-off-by: falkTX <falktx@falktx.com>
pull/16/head
falkTX 4 years ago
parent
commit
303777b820
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 7 additions and 7 deletions
  1. +2
    -2
      Applications:Carla-Control.php
  2. +2
    -2
      Applications:Carla.php
  3. +2
    -2
      Downloads.php
  4. +1
    -1
      includes/versions.php

+ 2
- 2
Applications:Carla-Control.php View File

@@ -42,8 +42,8 @@ include_once("includes/versions.php");
<a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-macos.dmg" class="external text a_bigger_text" rel="nofollow" target="_blank">
MacOS compatible build</a> (requires macOS 10.8 or higher)<br/>
<img src="images/ico_mac.png" alt="" class="img_text_align_spaced"/>
<a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-macos-10.15.dmg" class="external text a_bigger_text" rel="nofollow" target="_blank">
MacOS newer build</a> (requires macOS 10.15 or higher)<br/>
<a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-macos-10.12.dmg" class="external text a_bigger_text" rel="nofollow" target="_blank">
MacOS newer build</a> (requires macOS 10.12 or higher)<br/>
<img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
<a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-win32-nosse.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
Windows 32bit (No SSE, for old PCs)</a><br/>


+ 2
- 2
Applications:Carla.php View File

@@ -156,8 +156,8 @@ include_once("includes/versions.php");
<a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-macos.dmg" class="external text a_bigger_text" rel="nofollow" target="_blank">
MacOS compatible build</a> (requires macOS 10.8 or higher)<br/>
<img src="images/ico_mac.png" alt="" class="img_text_align_spaced"/>
<a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-macos-10.15.dmg" class="external text a_bigger_text" rel="nofollow" target="_blank">
MacOS newer build</a> (requires macOS 10.15 or higher)<br/>
<a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-macos-10.12.dmg" class="external text a_bigger_text" rel="nofollow" target="_blank">
MacOS newer build</a> (requires macOS 10.12 or higher)<br/>
<img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
<a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-win32-nosse.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
Windows 32bit (No SSE, for old PCs)</a><br/>


+ 2
- 2
Downloads.php View File

@@ -29,8 +29,8 @@ include_once("includes/versions.php");
<b>MacOS Downloads:</b><br/>
&nbsp;<a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-macos.dmg" class="external text a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (compatible build, version <?php echo $VERSION_CARLA; ?>, requires macOS 10.8 or higher)<br/>
&nbsp;<a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-macos-10.15.dmg" class="external text a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (newer build, version <?php echo $VERSION_CARLA; ?>, requires macOS 10.15 or higher)<br/>
&nbsp;<a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-macos-10.12.dmg" class="external text a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (newer build, version <?php echo $VERSION_CARLA; ?>, requires macOS 10.12 or higher)<br/>
</p>
<p class="p_extra_spaced">
<b>Windows Downloads:</b><br/>


+ 1
- 1
includes/versions.php View File

@@ -1,3 +1,3 @@
<?php
$VERSION_CARLA = "2.2.0-RC2";
$VERSION_CARLA = "2.2.0";
?>

Loading…
Cancel
Save