[dvblast-devel] Makefile: The version should be major.minor not the other way around.
Georgi Chorbadzhiyski
git at videolan.org
Fri Apr 6 01:16:52 CEST 2012
dvblast | branch: master | Georgi Chorbadzhiyski <gf at unixsol.org> | Fri Apr 6 02:16:22 2012 +0300| [27d74b02b26efeab4d6d7de1213f849415c68c89] | committer: Georgi Chorbadzhiyski
Makefile: The version should be major.minor not the other way around.
> http://git.videolan.org/gitweb.cgi/dvblast.git/?a=commit;h=27d74b02b26efeab4d6d7de1213f849415c68c89
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 140f8b2..f70c3d1 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ GIT_VER = $(shell git describe --tags --dirty --always 2>/dev/null)
CFLAGS += -Wall -Wformat-security -O3 -fomit-frame-pointer
CFLAGS += -g
-CFLAGS += -DVERSION=\"$(VERSION_MINOR).$(VERSION_MAJOR)\"
+CFLAGS += -DVERSION=\"$(VERSION_MAJOR).$(VERSION_MINOR)\"
CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR)
CFLAGS += -DVERSION_MINOR=$(VERSION_MINOR)
ifneq "$(GIT_VER)" ""
More information about the dvblast-devel
mailing list