aspace-sim / aspace

ASpace space simulator for the PennMUSH MU* Server
11 stars 6 forks source link

Version check? #9

Open Kimojuno opened 6 years ago

Kimojuno commented 6 years ago

Is there a way to check the version of aspace running on a game? Also, for comparison, what version is this (wiki says 1.3p0 but I see updates to the commit since then).

mike347 commented 6 years ago

Well, version of aspace is kind of a hard thing to tell because there's really no version tracking that goes on here besides the git commits. It's probably something we need to look into. think sdb() without Wizard bit will generally give the ASpace version as an error, but again the number there is mostly meaningless.

DieterKoblenz commented 6 years ago

You could cluster the minor commits to a new "beta" repository and pull them to the master every now and then, incrementing the version from that point.