Skip to content
Snippets Groups Projects
Select Git revision
  • 17ae90884b1e8fa912d8670d55439b14a9e3edc6
  • master default
  • renovate/django-split-settings-1.x
  • renovate/djangorestframework-3.x
  • main
  • 520-improve-trackmanager
  • 520-fix-scheduling
  • 520-akowner
  • 520-status
  • 520-message-resolved
  • 520-improve-scheduling-2
  • renovate/django-bootstrap5-24.x
  • 520-improve-submission
  • 520-improve-scheduling
  • 520-improve-wall
  • 520-fix-event-wizard-datepicker
  • 520-upgrades
  • renovate/tzdata-2023.x
  • renovate/django-5.x
  • renovate/fontawesomefree-6.x
  • renovate/sphinx-rtd-theme-2.x
  • renovate/sphinxcontrib-apidoc-0.x
22 results

settings.py

Blame
  • Forked from KIF / AKPlanning
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Version.php 329 B
    <?php
    
    /**
     * Release numbers
     *
     * @package Less
     * @subpackage version
     */
    class Less_Version{
    
    	const version = '1.7.0.9';			// The current build number of less.php
    	const less_version = '1.7';			// The less.js version that this build should be compatible with
        const cache_version = '170';		// The parser cache version
    
    }