Skip to content

Commit

Permalink
Added version info to how_to_apply_this_patch.txt. Bumped version to …
Browse files Browse the repository at this point in the history
…2.2.3
  • Loading branch information
dreamer2908 committed May 31, 2016
1 parent 8d9f7e5 commit 3a40263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions YAXBPC/CopyMe/how_to_apply_this_patch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ You might want to check for some system requirements:
- For Linux/Unix: Either xdelta3 package installed, WinE package installed, or included Linux binaries' permission set to executable. Your shell should be bash or dash; sh still works as long as you don't "source" the script.
- For Windows: Nothing prevents the script from executing the binary file xdelta3.exe (stupid antivirus for example). This patch makes heavy use of PowerShell when possible. It is installed by default in Windows 7 and later. If you're on Windows XP or Vista, please install it manually (see https://support.microsoft.com/en-us/kb/968929 ).
- Make sure that no program is accessing the original file (&sourcefile&) and any files in this patch. This is not a strict requirement, but patching might fail otherwise.

Patch created with YAXBPC v2.2.3
2 changes: 1 addition & 1 deletion YAXBPC/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("2.2.2.0")]
[assembly: AssemblyFileVersion("2.2.3.0")]

0 comments on commit 3a40263

Please sign in to comment.