Plugin Directory

Changeset 3235034


Ignore:
Timestamp:
02/04/2025 09:26:42 PM (13 months ago)
Author:
bitslip6
Message:

retag 4.4.19 in code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bitfire/tags/4.4.19/src/const.php

    r3234342 r3235034  
    2424const BITFIRE_METRICS_INIT = array('challenge' => 0, 'broken' => 0, 'invalid' => 0, 'valid' => 0, 10000 => 0, 11000 => 0, 12000 => 0, 13000 => 0, 14000 => 0, 15000 => 0, 16000 => 0, 17000 => 0, 18000 => 0, 19000 => 0, 20000 => 0, 21000 => 0, 22000 => 0, 23000 => 0, 24000 => 0, 25000 => 0, 26000 => 0, 29000 => 0, 70000 => 0);
    2525const LOG_SZ = 512;
    26 const BITFIRE_VER = 4418;
    27 const BITFIRE_SYM_VER = "4.4.18";
     26const BITFIRE_VER = 4419;
     27const BITFIRE_SYM_VER = "4.4.19";
    2828const APP = "https://app.bitfire.co/";
    2929const INFO = "https://info.bitfire.co/";
Note: See TracChangeset for help on using the changeset viewer.