Skip to content

Commit

Permalink
remove greyc support
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupitt committed Oct 8, 2014
1 parent 754265d commit 36ed963
Show file tree
Hide file tree
Showing 41 changed files with 18,596 additions and 153 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
started 7.41.0 8/10/14
- remove greyc stuff

started 7.40.5 17/9/14
- improve .desktop file
- fix Lch -> Yxy conversion
Expand Down
7 changes: 4 additions & 3 deletions configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.

AC_INIT([nip2], [7.40.5])
AC_INIT([nip2], [7.41.0])

# foreign stops complaints about a missing README (we use README.md instead)
# and missing INSTALL (the standard Gnu INSTALL is not very useful)
Expand All @@ -16,8 +16,8 @@ dnl of them.
dnl

m4_define([nip_major_version], [7])
m4_define([nip_minor_version], [40])
m4_define([nip_micro_version], [5])
m4_define([nip_minor_version], [41])
m4_define([nip_micro_version], [0])
m4_define([nip_version],
[nip_major_version.nip_minor_version.nip_micro_version])

Expand Down Expand Up @@ -379,6 +379,7 @@ AC_OUTPUT([
share/nip2/compat/7.26/Makefile
share/nip2/compat/7.28/Makefile
share/nip2/compat/7.38/Makefile
share/nip2/compat/7.40/Makefile
src/BITMAPS/Makefile
src/Makefile
test/Makefile
Expand Down

0 comments on commit 36ed963

Please sign in to comment.