Skip to content

Commit

Permalink
Bump VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed May 18, 2016
1 parent 07f61f3 commit e2fc5dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
OS := $(shell uname)
# Do not forget to bump SOMINOR when changing VERSION,
# and SOMAJOR when breaking ABI in a backward-incompatible way
VERSION = 0.5-dev
VERSION = 0.5.1-dev
SOMAJOR = 2
SOMINOR = 1
SOMINOR = 2
DESTDIR =
prefix = /usr/local
bindir = $(prefix)/bin
Expand Down

2 comments on commit e2fc5dd

@tkelman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't it be like base julia where the tag has no -dev, then adding back -dev for the next tag is the first following commit?

not a big deal i guess

@staticfloat
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably, but I'm not sure it's worth the effort.

Please sign in to comment.