diff --git a/lua/lua-5.2.2/src/lua.h b/lua/lua-5.2.2/src/lua.h index f6fe0d45d..c67551673 100644 --- a/lua/lua-5.2.2/src/lua.h +++ b/lua/lua-5.2.2/src/lua.h @@ -28,7 +28,7 @@ #define APRILANN_VERSION_MAJOR "0" #define APRILANN_VERSION_MINOR "2" -#define APRILANN_VERSION_RELEASE "0" +#define APRILANN_VERSION_RELEASE "1" #define APRILANN_RELEASE "April-ANN v" APRILANN_VERSION_MAJOR "." APRILANN_VERSION_MINOR "." APRILANN_VERSION_RELEASE "-beta" #define APRILANN_COPYRIGHT "Copyright (C) 2012-2013 DSIC-UPV, CEU-UCH" #define APRILANN_AUTHORS "F. Zamora-Martinez, S. EspaƱa-Boquera, J. Gorbe-Moya, J. Pastor & A. Palacios"