diff --git a/Sconstruct b/Sconstruct index 372b713d..c39e60cd 100644 --- a/Sconstruct +++ b/Sconstruct @@ -75,6 +75,8 @@ def prepare_release(target, source, env): now = datetime.datetime.now() year = str(now.year) month = str(now.month) + if (len(month) == 1): + month = "0" + month f = open("PKGBUILD", "w") for line in open("PKGBUILD.tmpl"): diff --git a/config.py b/config.py index da035406..8323c729 100644 --- a/config.py +++ b/config.py @@ -4,7 +4,7 @@ import os MAJOR = 5 MINOR = 9 BUG = 0 -EXTRA = "rc" +EXTRA = "" DEBUG = False # Find version