Changeset 93:4afb413401e3 in xplra


Ignore:
Timestamp:
09/21/17 17:00:31 (7 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 3 'hg:/home/ivaradi/xplane/hg/xplra' '/'>, 'public')
Message:

Revision set to 0.2

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r74 r93  
    1 AC_INIT(xplra, 0.1, ivaradi@gmail.com)
     1AC_INIT(xplra, 0.2, ivaradi@gmail.com)
    22AM_INIT_AUTOMAKE([foreign no-exeext])
    33
  • setup.py

    r63 r93  
    1616
    1717setup(name = "xplra",
    18       version = "0.1",
     18      version = "0.2",
    1919      description = "Python client module for XPLRA",
    2020      long_description = long_description,
Note: See TracChangeset for help on using the changeset viewer.