Revision 9488fd1d

b/Makefile.am
817 817
	$(CHECK_PYTHON_CODE) $(check_python_code)
818 818
	$(CHECK_VERSION) $(VERSION) $(top_srcdir)/NEWS
819 819
	$(CHECK_NEWS) < $(top_srcdir)/NEWS
820
	expver=$(VERSION_MAJOR).$(VERSION_MINOR); \
821
	if test "`head -n 1 README`" != "Ganeti $$expver"; then \
822
		echo "Incorrect version in README, expected $$expver"; \
823
		exit 1; \
824
	fi
820 825

  
821 826
.PHONY: lint
822 827
lint: $(BUILT_SOURCES)
b/README
1
Ganeti 2.2
1
Ganeti 2.4
2 2
==========
3 3

  
4 4
For installation instructions, read the INSTALL and the doc/install.html

Also available in: Unified diff