mirror of https://github.com/GNOME/gimp.git
gimp_user_version should be 2.2.
2004-10-25 Sven Neumann <sven@gimp.org> * configure.in: gimp_user_version should be 2.2. * libgimpmodule/Makefile.am (AM_CPPFLAGS): cleanup.
This commit is contained in:
parent
21d634e719
commit
6ce9ad7fd0
|
@ -1,6 +1,11 @@
|
|||
2004-10-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* configure.in
|
||||
* configure.in: gimp_user_version should be 2.2.
|
||||
|
||||
* libgimpmodule/Makefile.am (AM_CPPFLAGS): cleanup.
|
||||
|
||||
2004-10-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/Makefile.am
|
||||
* tools/Makefile.am: bumped version to 2.2.0-pre1, set app version
|
||||
to 2.2, reset other versions to 2.0. Changed library versioning so
|
||||
|
|
|
@ -34,7 +34,7 @@ m4_define([gimp_tool_version], [2.0])
|
|||
m4_define([gimp_pkgconfig_version], [2.0])
|
||||
m4_define([gimp_data_version], [2.0])
|
||||
m4_define([gimp_sysconf_version], [2.0])
|
||||
m4_define([gimp_user_version], [2.0])
|
||||
m4_define([gimp_user_version], [2.2])
|
||||
|
||||
m4_define([gimp_unstable],
|
||||
m4_if(m4_eval(gimp_minor_version % 2), [1], [yes], [no]))
|
||||
|
|
|
@ -4,7 +4,7 @@ Makefile.in
|
|||
gimp-2.2.1
|
||||
gimprc-2.2.5
|
||||
gimp-remote-2.2.1
|
||||
gimptool-2.2.1
|
||||
gimptool-2.0.1
|
||||
Wilber.xcf
|
||||
Wilber_Construction_Kit.xcf
|
||||
quick_reference
|
||||
|
|
|
@ -42,23 +42,17 @@ endif
|
|||
libgimpmoduleincludedir = $(includedir)/gimp-$(GIMP_API_VERSION)/libgimpmodule
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DPREFIX=\""$(prefix)"\" \
|
||||
-DGIMPDIR=\""$(gimpdir)"\" \
|
||||
-DDATADIR=\""$(gimpdatadir)"\" \
|
||||
-DLOCALEDIR=\""$(localedir)"\" \
|
||||
-DPLUGINDIR=\""$(gimpplugindir)"\" \
|
||||
-DSYSCONFDIR=\""$(gimpsysconfdir)"\" \
|
||||
-DG_LOG_DOMAIN=\"LibGimpModule\" \
|
||||
@GIMP_THREAD_FLAGS@
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
$(GLIB_CFLAGS) \
|
||||
$(GMODULE_CFLAGS) \
|
||||
-I$(top_srcdir) \
|
||||
$(GLIB_CFLAGS) \
|
||||
$(GMODULE_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
EXTRA_DIST = \
|
||||
makefile.msc \
|
||||
makefile.msc \
|
||||
gimpmodule.def
|
||||
|
||||
lib_LTLIBRARIES = libgimpmodule-2.0.la
|
||||
|
|
Loading…
Reference in New Issue