Skip to content

Commit

Permalink
Merge pull request #171 from walkero-gr/update-control-file-on-release
Browse files Browse the repository at this point in the history
Update the version in the control file on a new release
  • Loading branch information
afxgroup committed Mar 21, 2024
2 parents 5df86b2 + 6256890 commit 63f6298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GNUmakefile.os4
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ ifdef GITTAG
$(VERBOSE)sed -i 's/REVISION\t*[[:digit:]]/REVISION\t\t$(MINOR)/g' library/c.lib_rev.h
$(VERBOSE)sed -i 's/SUBREVISION\t*[[:digit:]]/SUBREVISION\t\t$(PATCH)/g' library/c.lib_rev.h
$(VERBOSE)sed -i 's/clib4.library [0-9]*\.[0-9]*\.[0-9]*/clib4.library $(MAJOR).$(MINOR).$(PATCH)/g' library/c.lib_rev.h
$(VERBOSE)sed -i 's/Version: [0-9]*\.[0-9]*\.[0-9]*/Version: $(MAJOR).$(MINOR).$(PATCH)/g' misc/control
endif

# Update the version numbers bound to the individual libraries
Expand Down

0 comments on commit 63f6298

Please sign in to comment.