skip lines if the content is the same
This commit is contained in:
parent
8de4ebd5d2
commit
b36d1aa956
2 changed files with 4 additions and 3 deletions
|
@ -4,5 +4,5 @@
|
|||
major = 0 # VERSION_MAJOR_IDENTIFIER
|
||||
minor = 1 # VERSION_MINOR_IDENTIFIER
|
||||
# VERSION_LAST_MM 0.1
|
||||
patch = 3 # VERSION_PATCH_IDENTIFIER
|
||||
str = "0.1.3" # VERSION_STRING_IDENTIFIER
|
||||
patch = 4 # VERSION_PATCH_IDENTIFIER
|
||||
str = "0.1.4" # VERSION_STRING_IDENTIFIER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue