File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
<h2 align =" center " ><b >melonDS</b ></h2 >
3
3
<p align =" center " >
4
4
<a href =" http://melonds.kuribo64.net/ " alt =" melonDS website " ><img src =" https://img.shields.io/badge/website-melonds.kuribo64.net-%2331352e.svg " ></a >
5
- <a href =" http://melonds.kuribo64.net/downloads.php " alt =" Release: 0.9 " ><img src =" https://img.shields.io/badge/release-0.9-%235c913b.svg " ></a >
5
+ <a href =" http://melonds.kuribo64.net/downloads.php " alt =" Release: 0.9.1 " ><img src =" https://img.shields.io/badge/release-0.9.1 -%235c913b.svg " ></a >
6
6
<a href =" https://www.gnu.org/licenses/gpl-3.0 " alt =" License: GPLv3 " ><img src =" https://img.shields.io/badge/License-GPL%20v3-%23ff554d.svg " ></a >
7
7
<a href =" https://kiwiirc.com/client/irc.badnik.net/?nick=IRC-Source_?#melonds " alt =" IRC channel: #melonds " ><img src =" https://img.shields.io/badge/IRC%20chat-%23melonds-%23dd2e44.svg " ></a >
8
8
</p >
Original file line number Diff line number Diff line change 6
6
7
7
//include version information in .exe, modify these values to match your needs
8
8
1 VERSIONINFO
9
- FILEVERSION 0,9,0 ,0
10
- PRODUCTVERSION 0,9,0 ,0
9
+ FILEVERSION 0,9,1 ,0
10
+ PRODUCTVERSION 0,9,1 ,0
11
11
FILETYPE VFT_APP
12
12
{
13
13
BLOCK "StringFileInfo"
14
14
{
15
15
BLOCK "040904E4"
16
16
{
17
17
VALUE "CompanyName", "Melon Factory of Kuribo64"
18
- VALUE "FileVersion", "0.9"
18
+ VALUE "FileVersion", "0.9.1 "
19
19
VALUE "FileDescription", "DS emulator, sorta. also 1st quality melon."
20
20
VALUE "InternalName", "SDnolem"
21
21
VALUE "LegalCopyright", "2016-2020 Arisotura & co."
22
22
VALUE "LegalTrademarks", ""
23
23
VALUE "OriginalFilename", "zafkflzdasd.exe"
24
24
VALUE "ProductName", "melonDS"
25
- VALUE "ProductVersion", "0.9"
25
+ VALUE "ProductVersion", "0.9.1 "
26
26
}
27
27
}
28
28
BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 19
19
#ifndef VERSION_H
20
20
#define VERSION_H
21
21
22
- #define MELONDS_VERSION "0.9"
22
+ #define MELONDS_VERSION "0.9.1 "
23
23
24
24
#define MELONDS_URL "http://melonds.kuribo64.net/"
25
25
You can’t perform that action at this time.
0 commit comments