Skip to content

Commit

Permalink
Update Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
theraven committed Jul 10, 2011
1 parent 3a27521 commit 5448596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.SUFFIXES: .cc .c .m .o

MAJOR_VERSION = 1
MINOR_VERSION = 4
MINOR_VERSION = 5
SUBMINOR_VERSION = 0
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)

Expand All @@ -27,6 +27,7 @@ OBJECTS = \
Protocol2.o\
abi_version.o\
alias_table.o\
arc.o\
associate.o\
blocks_runtime.o\
caps.o\
Expand Down

0 comments on commit 5448596

Please sign in to comment.