Jump to content
  • 0

Версия


Horizona

Question

RU:
Здравствуйте! Недавно начал заниматься разработкой клиентов мта. Подскажите, как сменить версию с 1.6.0.-0.000 на 1.6.0 - 9. 23088.0?
Заранее спасибо!
ENG:
Hello! I've recently started developing mta clients. Can you tell me how to change the version from 1.6.0.-0.000 to 1.6.0 - 9. 23088.0?
Thank you in advance!

 

Link to comment

1 answer to this question

Recommended Posts

  • 0

Shared\sdk\version.h

 

#define MTASA_VERSION_MAJOR         1
#define MTASA_VERSION_MINOR         6
#define MTASA_VERSION_MAINTENANCE   0
#define MTASA_VERSION_TYPE          VERSION_TYPE_CUSTOM
#define MTASA_VERSION_BUILD         0
MTASA_VERSION_BUILD это то, что ты ищешь. Можно указать например
 
#define MTASA_VERSION_BUILD         23088
  • Thanks 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...