aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/update-warnings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/update-warnings.h')
-rw-r--r--src/test/update-warnings.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/update-warnings.h b/src/test/update-warnings.h
index 36d8940..f1df65c 100644
--- a/src/test/update-warnings.h
+++ b/src/test/update-warnings.h
@@ -1,6 +1,6 @@
/**
* libgamma -- Display server abstraction layer for gamma ramp adjustments
- * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright (C) 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -46,10 +46,10 @@
#ifdef __GCC__
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wcpp"
-# if LIBGAMMA_ERROR_MIN < -46
+# if LIBGAMMA_ERROR_MIN < -47
# warning New error codes have been added to libgamma.
# endif
-# if LIBGAMMA_METHOD_COUNT > 6
+# if LIBGAMMA_METHOD_COUNT > 7
# warning New adjust methods has been added to libgamma
# endif
# if LIBGAMMA_CONNECTOR_TYPE_COUNT > 20