X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Fconfig.h;h=340cc2f9d3c532030ee42c18ab269a9905b1d471;hb=7a8d521fba9c86ae7b51369ce061bf63112b745f;hp=ce2f3ea1856cb823748323fc5f0870f059443849;hpb=acc415b3040edfcc91226955f39b405f09cca430;p=pcsx_rearmed.git diff --git a/include/config.h b/include/config.h index ce2f3ea1..340cc2f9 100644 --- a/include/config.h +++ b/include/config.h @@ -1,2 +1,7 @@ +#ifndef __CONFIG_H__ +#define __CONFIG_H__ + #define MAXPATHLEN 256 -#define PACKAGE_VERSION "1.9" +#define PCSX_VERSION "1.9" + +#endif /* __CONFIG_H__ */