Browse Source

Bump version.

tags/v1.3.1001
Jonathan Moore Liles 4 years ago
parent
commit
720d8d3320
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      wscript

+ 1
- 1
wscript View File

@@ -11,7 +11,7 @@ import sys

FL_MAJOR_VERSION='1'
FL_MINOR_VERSION='3'
FL_PATCH_VERSION='1000'
FL_PATCH_VERSION='1001'

PACKAGE_VERSION = FL_MAJOR_VERSION + '.' + FL_MINOR_VERSION + '.' + FL_PATCH_VERSION



Loading…
Cancel
Save