This isn't directly related to PHP code. I've been working on the same script for several months now for a client. I need to implement some sort of version history (i.e, version 1.0, version 1.2, etc.) What is the protocol for coming up with version numbers of software?
there's a protocol?? I just randomly number mine..
Uhmmm. the last one wa 1.2.192832023.. so ill name this one 1.2.8
heck---just use cvs
a.b.c
a = major b = minor c = revision
thats basiclly the protocol
change a when its a huge major change b, when new things add or minor additions/changes
c when little things changed (spelling, corrections)
hope this helps
Check out this thread