diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2013-06-05 23:53:25 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-06 17:26:35 +0200 |
commit | 702704014dafc2beae60bcd88abeae72f0ac4d87 (patch) | |
tree | 5dc3996498376122312cbcfaaa27599650144a54 /package/tcl | |
parent | 911a2081a3d2a0decd75ad46bdae3d22694a4a98 (diff) | |
download | buildroot-novena-702704014dafc2beae60bcd88abeae72f0ac4d87.tar.gz buildroot-novena-702704014dafc2beae60bcd88abeae72f0ac4d87.zip |
Fix package headers to comply with coding style
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/tcl')
-rw-r--r-- | package/tcl/tcl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk index 144fefe03..eb7c7f2aa 100644 --- a/package/tcl/tcl.mk +++ b/package/tcl/tcl.mk @@ -3,6 +3,7 @@ # TCL8.4 # ############################################################# + TCL_VERSION_MAJOR = 8.4 TCL_VERSION_MINOR = 19 TCL_VERSION = $(TCL_VERSION_MAJOR).$(TCL_VERSION_MINOR) |