| author | Michael Smith <smithm@netapps.com.au> |
| Tue Mar 23 21:45:22 2010 +1100 (2010-03-23) | |
| changeset 10 | 756e5ff99330 |
| parent 9 | 80337642259d |
1.1 --- a/Makefile.openmoko Tue Mar 23 20:47:35 2010 +1100 1.2 +++ b/Makefile.openmoko Tue Mar 23 21:45:22 2010 +1100 1.3 @@ -12,7 +12,7 @@ 1.4 # make -f Makefile.openmoko 1.5 1.6 objects=elmessage.o 1.7 -VERSION:=$(shell hg log --follow --template "{tags}\n" | grep -v ^$ | grep -v "tip" | head -1) 1.8 +VERSION:=$(shell utilities/get-version-number.ksh) 1.9 1.10 .SUFFIXES: .o .c 1.11