This commit is contained in:
str4d
2012-12-17 20:35:52 +00:00
parent b8a1626b16
commit 0a5b848f95

View File

@ -15,8 +15,8 @@
{%- endmacro -%}
{%- macro ver(string=None) -%}
{%- if string -%}{{ string % '0.9.3' }}
{%- else -%}{{ '0.9.3' }}
{%- if string -%}{{ string % '0.9.4' }}
{%- else -%}{{ '0.9.4' }}
{%- endif -%}
{%- endmacro -%}