Unable to upgrade a product in MQL5 Market

 

Hi there,

When trying to upload a new optimized version of my product I get this message:

File version must be higher then last product's version

Can you please help me to decipher it? I don't know what to do! Thks in advance for your help. 

 
laplacianlab:

Hi there,

When trying to upload a new optimized version of my product I get this message:

File version must be higher then last product's version

Can you please help me to decipher it? I don't know what to do! Thks in advance for your help. 

Did you change . . .

#property version 

 . . .  to a newer version number ?

 
laplacianlab:

Hi there,

When trying to upload a new optimized version of my product I get this message:

File version must be higher then last product's version

Can you please help me to decipher it? I don't know what to do! Thks in advance for your help. 

You have to change the version of your new code, something like :

#property version   "2.00"
instead of
#property version   "1.00"
 
angevoyageur:

You have to change the version of your new code, something like :

Thks!, that solved the issue.
 
Alain Verleyen:

You have to change the version of your new code, something like :

Sir,

In upgrading my product to version 2.00, will I be able to rewrite or re-describe the description entirely? 

 
Alain Verleyen:

You have to change the version of your new code, something like :

Hi sir. I am getting the same error prompt despite having changed the version to "2.00". Any other remedy for MQL5?

Reason: