Version changes

  • PizzaPlatypus
    4th Jan 2011 Member 0 Permalink
    I've made a mod and changed the version once and it worked, now when I change it again in the code it doesn't change when compiled please help.
  • Dragonfree97
    4th Jan 2011 Member 0 Permalink
    It should be in defines.h. Perhaps you're not saving the file before you compile?
  • PizzaPlatypus
    4th Jan 2011 Member 0 Permalink
    compilation automatically saves doesn't it
  • Dragonfree97
    4th Jan 2011 Member 0 Permalink
    I suppose it does.
  • HK6
    4th Jan 2011 Former Staff 0 Permalink
    Please try and keep this on topic.
  • PizzaPlatypus
    4th Jan 2011 Member 0 Permalink
    HK6
    sorry
    Dragonfree97
    Anyway any idea why it isn't working I've tried changing the letter etc.
  • Dragonfree97
    4th Jan 2011 Member 0 Permalink
    Changing the letter just messes with the saves available, it should be on 'S'. The Major version and Minor version code is around there, it should work if you change it and compile, I dunno why it doesn't work.
  • Xenocide
    4th Jan 2011 Former Staff 0 Permalink
    I have 4 version defines altogether...

    #define ANTB_VERSION
    #define MINOR_VERSION
    #define MAJOR_VERSION
    #define IDENT_VERSION

    Major should always be the same as the release on the front page. Minor can be anything you want, if its less than the version on the front page you'll get "updates available" though, AntB is just a personal tracker, and IDENT messes the save browser up if you change it.
    Always save before compile, even if it automatically does it.
  • PizzaPlatypus
    4th Jan 2011 Member 0 Permalink
    OK I know all that but it doesn't work