<?php

/**
 * Version numbers
 */
class Less_Version {

	/* Current release version of less.php */
	public const version = '5.1.2';

	/* Upstream less.js version that this release should be compatible with */
	public const less_version = '3.13.1';

	/* Parser cache version */
	public const cache_version = '3131-4';
}
