Skip to content

Commit

Permalink
switch the year output from 2012 to 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
gerd committed Jan 2, 2013
1 parent 07c2bf3 commit 808db67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/parrot2/prt0.pir
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
.sub '__show_version_and_exit' :subid('WSubId_2') :anon .sub '__show_version_and_exit' :subid('WSubId_2') :anon
getinterp $P3 getinterp $P3
$P1 = $P3[8] $P1 = $P3[8]
set $S1, "This is Parrot version %s%s built for %s-%s\nCopyright (C) 2001-2012, Parrot Foundation.\n\nThis code is distributed under the terms of the Artistic License 2.0.\nFor more details, see the full text of the license in the LICENSE file\nincluded in the Parrot source tree\n" set $S1, "This is Parrot version %s%s built for %s-%s\nCopyright (C) 2001-2013, Parrot Foundation.\n\nThis code is distributed under the terms of the Artistic License 2.0.\nFor more details, see the full text of the license in the LICENSE file\nincluded in the Parrot source tree\n"
root_new $P3, ['parrot';'ResizablePMCArray'] root_new $P3, ['parrot';'ResizablePMCArray']
assign $P3, 4 assign $P3, 4
$P4 = $P1["VERSION"] $P4 = $P1["VERSION"]
Expand Down
2 changes: 1 addition & 1 deletion frontend/parrot2/prt0.winxed
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function __show_version_and_exit[anon]()
var config = getinterp()[IGLOBALS_CONFIG_HASH]; var config = getinterp()[IGLOBALS_CONFIG_HASH];
string msg_fmt = <<: string msg_fmt = <<:
This is Parrot version %s%s built for %s-%s This is Parrot version %s%s built for %s-%s
Copyright (C) 2001-2012, Parrot Foundation. Copyright (C) 2001-2013, Parrot Foundation.


This code is distributed under the terms of the Artistic License 2.0. This code is distributed under the terms of the Artistic License 2.0.
For more details, see the full text of the license in the LICENSE file For more details, see the full text of the license in the LICENSE file
Expand Down

0 comments on commit 808db67

Please sign in to comment.