diff options
| author | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-05-26 05:53:08 +0000 |
|---|---|---|
| committer | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-05-26 05:53:08 +0000 |
| commit | 95050c545af3cd3d59e40043e5d46608f9267f24 (patch) | |
| tree | 136022624f5d5bd84c2f9ee8df08c91d86e67d0c | |
| parent | correctly treat dashes and markers when converting stroke to path, fixes 933482 (diff) | |
| download | inkscape-95050c545af3cd3d59e40043e5d46608f9267f24.tar.gz inkscape-95050c545af3cd3d59e40043e5d46608f9267f24.zip | |
* Info.plist.in: trivial change to update copyright year: s/2005/2006.
(bzr r1016)
| -rw-r--r-- | Info.plist.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Info.plist.in b/Info.plist.in index 20ed2e680..5e1e0f83c 100644 --- a/Info.plist.in +++ b/Info.plist.in @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>Inkscape</string> <key>CFBundleGetInfoString</key> - <string>@VERSION@, Copyright 2003-2005 Inkscape Developers</string> + <string>@VERSION@, Copyright 2003-2006 Inkscape Developers</string> <key>CFBundleIconFile</key> <string>Inkscape.icns</string> <key>CFBundleIdentifier</key> @@ -126,7 +126,7 @@ <key>CFBundleVersion</key> <string>@VERSION@</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 2005 Inkscape Developers, GNU General Public License.</string> + <string>Copyright 2006 Inkscape Developers, GNU General Public License.</string> <key>LSMinimumSystemVersion</key> <string>10.3</string> </dict> |
