Commit a0b3755b authored by Zolnierczuk, Piotr's avatar Zolnierczuk, Piotr
Browse files

merged pztest and version bump to 1.2.0

parents 4307b980 1b538726
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ distclean: clean
	@rm -f $(PROJARCH).tar*

# helpers
bins:	libs
bins:	libs pylibs
	@$(MAKE) -C sources prog

libs:
+5 −6
Original line number Diff line number Diff line
# DrSPINE Makefile (version information)

export PROJECT=drspine
export PROJLIB=lib$(PROJECT).a
export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR)


export VERSION_MAJOR=1
export VERSION_MINOR=1
export VERSION_RELEASE=3
export VERSION_MINOR=2
export VERSION_RELEASE=0

export PROJLIB=lib$(PROJECT).a
export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR)

git_rev=$(shell git rev-parse --short HEAD 2> /dev/null)
ifeq "$(git_rev)" ""
+3 −1
Original line number Diff line number Diff line
@@ -31,7 +31,9 @@ PROJECT_NAME = DrSPINE
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER         = 0.1
PROJECT_NUMBER         = 1

PROJECT_LOGO           = "./drspine_small.jpg"

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

doc/drspine_pic.jpg

0 → 100644
+49.6 KiB
Loading image diff...

doc/drspine_small.jpg

0 → 100644
+3.6 KiB
Loading image diff...
Loading