MKong / myseriesproject

Automatically exported from code.google.com/p/myseriesproject
0 stars 0 forks source link

Update found at each startup #62

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start MySeries v1.4(r573)
2. Notification is poped up indicating:
MySeries - Checking for Updates
Current version: 1.4(r573)
Latest version: 1.4(rev573)

or
1. Press the "Check for program updates" button while the program is running

What is the expected output? What do you see instead?
The expected output is that the program recognizes that this is the latest 
update.

What version of the product are you using? On what operating system?
1.4(r573)

Please provide any additional information below.
Possible root cause of the problem is the line:
    141 +     public static String version = "1.4(r573)";

while on:http://code.google.com/p/myseriesproject/downloads/list is referred as:
myseries_1.4r573.zip    MySerieS version 1.4 (rev573)   Featured

Is a simple but annoying issue since what I can only do is uncheck the "check 
for updates" option and I will not be notified when a new revision is available.

Best Regards,
Dimitris
(for more info reply at: dkaratasos@hotmail.com)

Original issue reported on code.google.com by dkarata...@hotmail.com on 26 Jan 2011 at 12:06

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for your effort,
It should be fixed now 
The latest version is not checked against the download filename but against the 
current version in http://code.google.com/p/myseriesproject/ :)

Original comment by lordo...@gmail.com on 26 Jan 2011 at 2:57