Skip to content

Commit

Permalink
- updating exe version
Browse files Browse the repository at this point in the history
- improve code
- added functionality
  • Loading branch information
icaza committed May 11, 2024
1 parent 4b7fee5 commit fbba6e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ostium/Main_Frm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public partial class Main_Frm : Form
///
readonly string upftOnlineFile = "https://veydunet.com/2x24/sft/updt/updt_ostium.html";
readonly string WebPageUpdate = "http://veydunet.com/ostium/update.html";
readonly string versionNow = "1";
readonly string versionNow = "2";

readonly string HomeUrlRSS = "https://veydunet.com/ostium/rss.html";

Expand Down
4 changes: 2 additions & 2 deletions Ostium/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: NeutralResourcesLanguage("en")]

0 comments on commit fbba6e9

Please sign in to comment.