Skip to content

Commit

Permalink
Update to V1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alekmaul committed Sep 20, 2020
1 parent ff8ce63 commit b671ffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pvcollib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif
export TOPDIR := $(CURDIR)

export PVCOLLIB_MAJOR := 1
export PVCOLLIB_MINOR := 4
export PVCOLLIB_MINOR := 5
export PVCOLLIB_PATCH := 0


Expand Down
4 changes: 2 additions & 2 deletions pvcollib/include/coleco/libversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#define __PVCOLLIBVERSION_H__

#define _PVCOLLIB_MAJOR_ 1
#define _PVCOLLIB_MINOR_ 4
#define _PVCOLLIB_MINOR_ 5
#define _PVCOLLIB_PATCH_ 0

#define _PVCOLLIB_STRING "PVCOLLIB Release 1.4.0"
#define _PVCOLLIB_STRING "PVCOLLIB Release 1.5.0"

#endif // __PVCOLLIBVERSION_H__

0 comments on commit b671ffe

Please sign in to comment.