Skip to content

Commit

Permalink
This is version 2.2e
Browse files Browse the repository at this point in the history
  • Loading branch information
pventafridda committed Jul 27, 2011
1 parent c2d1dc2 commit 1ddbe9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ LK8000-$(TARGET).exe: LK8000-$(TARGET)-ns.exe
@$(NQ)echo " STRIP $@"
$(Q)$(STRIP) $< -o $@
$(Q)$(SIZE) $@
# ./buildnumber
. ./buildnumber
$(RM) LK8000-$(TARGET)-ns.exe

LK8000-$(TARGET)-ns.exe: $(OBJS)
Expand Down
4 changes: 2 additions & 2 deletions buildnumber.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#ifndef BUILD_NUMBER_H_
#define BUILD_NUMBER_H_

#define BUILDNUMBER 7024
#define BUILDNUMBER_STR "7024"
#define BUILDNUMBER 7028
#define BUILDNUMBER_STR "7028"

#endif /* BUILD_NUMBER_H_ */

0 comments on commit 1ddbe9e

Please sign in to comment.