summaryrefslogtreecommitdiff
path: root/src/lj_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_state.h')
-rw-r--r--src/lj_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_state.h b/src/lj_state.h
index d5b9d888..d8d6104e 100644
--- a/src/lj_state.h
+++ b/src/lj_state.h
@@ -1,6 +1,6 @@
/*
** State and stack handling.
-** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef _LJ_STATE_H