diff options
-rw-r--r-- | pyaggr3g470r/export.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/export.py b/pyaggr3g470r/export.py index 37a55ffe..e7978e7c 100644 --- a/pyaggr3g470r/export.py +++ b/pyaggr3g470r/export.py @@ -20,9 +20,9 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 0.5 $" +__version__ = "$Revision: 0.6 $" __date__ = "$Date: 2011/10/24 $" -__revision__ = "$Date: 2013/12/07 $" +__revision__ = "$Date: 2014/04/12 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "AGPLv3" |