Просмотр исходного кода

Version bump for deb packages.

Raphael Schneeberger 7 лет назад
Родитель
Сommit
e7c9fde8bd
4 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      src/deb/hestia/control
  2. 1 1
      src/deb/nginx/control
  3. 1 1
      src/deb/php/control
  4. 1 1
      src/hst_autocompile.sh

+ 1 - 1
src/deb/hestia/control

@@ -1,7 +1,7 @@
 Source: hestia
 Package: hestia
 Priority: optional
-Version: 0.9.8-25
+Version: 0.9.8-26
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com

+ 1 - 1
src/deb/nginx/control

@@ -1,7 +1,7 @@
 Source: hestia-nginx
 Package: hestia-nginx
 Priority: optional
-Version: 0.9.8-25
+Version: 0.9.8-26
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com

+ 1 - 1
src/deb/php/control

@@ -1,7 +1,7 @@
 Source: hestia-php
 Package: hestia-php
 Priority: optional
-Version: 0.9.8-25
+Version: 0.9.8-26
 Section: admin
 Maintainer: HestaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com

+ 1 - 1
src/hst_autocompile.sh

@@ -8,7 +8,7 @@ INSTALL_DIR='/usr/local/hestia'
 GIT_REP='https://raw.githubusercontent.com/hestiacp/hestiacp/master/src/deb'
 
 # Set Version for compiling
-HESTIA_V='0.9.8-25_amd64'
+HESTIA_V='0.9.8-26_amd64'
 NGINX_V='1.15.9'
 OPENSSL_V='1.1.1a'
 PCRE_V='8.42'