/ APP-DEFS / .APP / PLUGIN.STUFF / // GET-FULL-SOURCE-VERSION-NUMBER.PHP // (C) 2016 Peter Newman. All Rights Reserved. // ***************************************************************************** namespace greatKiwi_byFernTec_sourceVersionNumberSupport ; // ============================================================================= // get_full_source_version_number_with_dots() // ============================================================================= function get_full_source_version_number_with_dots() { // ------------------------------------------------------------------------- // \greatKiwi_byFernTec_sourceVersionNumberSupport\ // get_full_source_version_number_with_dots() // - - - - - - - - - - - - - - - - - - - - - // Returns a full source version number string (with dots). Like (eg):- // "0.1.208" // ------------------------------------------------------------------------- return '0.1.211' ; // ------------------------------------------------------------------------- } // ============================================================================= // That's that! // =============================================================================