sigh... anoter go

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1295 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2000-12-31 06:18:25 +00:00
parent 6575180f4e
commit 0c375e49a7
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ BUILT_SOURCES = slot.h object_slot.h func_slot.h class_slot.h \
basic_signal.h \ basic_signal.h \
convert.h bind.h rettype.h retbind.h convert.h bind.h rettype.h retbind.h
libsigc_la_SOURCES= \ libsigc_la_SOURCES= $(BUILT_SOURCES) \
object.cc scope.cc marshal.cc slot.cc\ object.cc scope.cc marshal.cc slot.cc\
basic_signal.cc adaptor.cc thread.cc basic_signal.cc adaptor.cc thread.cc
@ -26,6 +26,8 @@ noinst_HEADERS = \
handle.h object.h scope.h adaptor.h thread.h handle.h object.h scope.h adaptor.h thread.h
Makefile: $(BUILT_SOURCES)
%.h: $(M4_DIR)/%.h.m4 $(M4_DIR)/template.macros.m4 %.h: $(M4_DIR)/%.h.m4 $(M4_DIR)/template.macros.m4
$(M4) $(M4_INCLUDES) $(DEFINES) $< > $@ $(M4) $(M4_INCLUDES) $(DEFINES) $< > $@

View File

@ -1,6 +1,6 @@
/* Version and release date definition */ /* Version and release date definition */
/// ///
#define LYX_VERSION "1.1.6cvs" #define LYX_VERSION "1.1.6pre3"
/// ///
#define LYX_RELEASE "Dec, Nov 31, 2000" #define LYX_RELEASE "Dec, Nov 31, 2000"
/* This version string is intended to be used in files created by LyX */ /* This version string is intended to be used in files created by LyX */