diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-08-10 08:40:26 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-08-10 08:40:26 +0200 |
commit | 829062d4941d1ee8e36c442adadb7f0f91b09a09 (patch) | |
tree | 7c621da5eab4fade5566feb544a1b299fa8503bc /script/sconsign | |
parent | a0a7e6a528813424826ab447a0a01e61ee47a546 (diff) | |
parent | 3af57a8e6a18986c41351da2447363ede8565402 (diff) |
Update upstream source from tag 'upstream/3.1.1'
Update to upstream version '3.1.1'
with Debian dir bebda0c0b00c4097fcb012a73f945a8e197c5589
Diffstat (limited to 'script/sconsign')
-rw-r--r-- | script/sconsign | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/script/sconsign b/script/sconsign index 3e8d4cf..7c5dda5 100644 --- a/script/sconsign +++ b/script/sconsign @@ -25,15 +25,15 @@ from __future__ import print_function -__revision__ = "src/script/sconsign.py ae4de9ab2249be220b6658a514eef8c3a57afc04 2019-07-21 02:32:15 bdeegan" +__revision__ = "src/script/sconsign.py 72ae09dc35ac2626f8ff711d8c4b30b6138e08e3 2019-08-08 14:50:06 bdeegan" -__version__ = "3.1.0" +__version__ = "3.1.1" -__build__ = "ae4de9ab2249be220b6658a514eef8c3a57afc04" +__build__ = "72ae09dc35ac2626f8ff711d8c4b30b6138e08e3" -__buildsys__ = "kufra" +__buildsys__ = "octodog" -__date__ = "2019-07-21 02:32:15" +__date__ = "2019-08-08 14:50:06" __developer__ = "bdeegan" |