Changeset 283 for trunk/regfi_version.py


Ignore:
Timestamp:
08/07/15 18:02:48 (9 years ago)
Author:
tim
Message:

attempting to address outstanding packaging issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/regfi_version.py

    r277 r283  
    11SVN_REV = "$Rev$"
    2 REGFI_VERSION = "99.99.99.%s" % SVN_REV.split(' ')[1]
     2LATEST='1.0.1'
     3REGFI_VERSION = "%s.%s" % (LATEST, SVN_REV.split(' ')[1])
Note: See TracChangeset for help on using the changeset viewer.