From a6bd8e78d5ad9e6dfeefe0724bd422155c50e147 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 Feb 2012 01:38:04 +0000 Subject: Update metadata. --- lv2specgen/lv2specgen.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py index c2d9067..0c82027 100755 --- a/lv2specgen/lv2specgen.py +++ b/lv2specgen/lv2specgen.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # lv2specgen, an LV2 extension specification page generator -# Copyright (c) 2009-2011 David Robillard +# Copyright (c) 2009-2012 David Robillard # # Based on SpecGen: # @@ -30,7 +30,8 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = "1.0.2" +__date__ = "2011-10-26" +__version__ = __date__.replace('-', '.') __authors__ = """ Christopher Schmidt, Uldis Bojars, @@ -38,7 +39,6 @@ Sergio Fernández, David Robillard""" __license__ = "MIT License " __contact__ = "devel@lists.lv2plug.in" -__date__ = "2011-10-26" import datetime import os -- cgit v1.2.1