diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-11 18:36:35 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-11 18:36:35 -0700 |
commit | f72ff67c54a3d49ffcfa83b6a06db4176f37093b (patch) | |
tree | 8b6f0f67d04150c986cd8537a83ecd53bbfe75a9 /src/aethyra.rc | |
parent | 70aff3a9f745e23fcfa11db92563d0ed17449c32 (diff) | |
download | mana-f72ff67c54a3d49ffcfa83b6a06db4176f37093b.tar.gz mana-f72ff67c54a3d49ffcfa83b6a06db4176f37093b.tar.bz2 mana-f72ff67c54a3d49ffcfa83b6a06db4176f37093b.tar.xz mana-f72ff67c54a3d49ffcfa83b6a06db4176f37093b.zip |
Adjusted a few files for release.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/aethyra.rc')
-rw-r--r-- | src/aethyra.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aethyra.rc b/src/aethyra.rc index d2db954f..e9d32be9 100644 --- a/src/aethyra.rc +++ b/src/aethyra.rc @@ -13,7 +13,7 @@ FILETYPE VFT_APP { VALUE "CompanyName", "Aethyra Development Team"
VALUE "FileVersion", PACKAGE_VERSION
VALUE "FileDescription", "Aethyra Experiment"
- VALUE "LegalCopyright", "2008 (C)"
+ VALUE "LegalCopyright", "2009 (C)"
VALUE "OriginalFilename", "aethyra.exe"
VALUE "ProductName", "Aethyra MMORPG"
VALUE "ProductVersion", PACKAGE_VERSION
|