forked from daliasobhi/DBMS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add template variable for the setup module build number.
Signed-off-by: Roberto Rosario <[email protected]>
- Loading branch information
1 parent
b74a323
commit 46d48cc
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ from __future__ import unicode_literals | |
|
||
__title__ = 'Mayan EDMS' | ||
__version__ = '{{ version }}' | ||
__build__ = 0x030107 | ||
__build__ = {{ build }} | ||
__build_string__ = '{{ build_string }}' | ||
__author__ = 'Roberto Rosario' | ||
__author_email__ = '[email protected]' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters