diff --git a/src/Config.h.in b/src/Config.h.in index ce2ff4a..e93c4dc 100644 --- a/src/Config.h.in +++ b/src/Config.h.in @@ -1,19 +1,19 @@ #ifndef SPECTACLE_CONFIG_H #define SPECTACLE_CONFIG_H /* Define to 1 if we are building with XCB */ #cmakedefine XCB_FOUND 1 /* Define to 1 if we have KIPI */ #cmakedefine KIPI_FOUND 1 /* Define to 1 if we have Purpose */ #cmakedefine PURPOSE_FOUND 1 /* Set the Spectacle version from CMake */ #cmakedefine SPECTACLE_VERSION "@SPECTACLE_VERSION@" /* set the release codename */ -#define SPECTACLE_CODENAME "Everything Is Going To Be Alright" +#define SPECTACLE_CODENAME "A Dearth of Dank Memes" #endif