diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-22 18:26:50 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-22 18:26:50 +0000 |
| commit | 5dfc24bc9ffafe6780a173c6177ba6307603c117 (patch) | |
| tree | 201dd6de82dd173c3ae9bfb00b6716c3c044738d /wince | |
| parent | 2e20cad131bb264829145c5295509c50b020a3d7 (diff) | |
| download | ruby-5dfc24bc9ffafe6780a173c6177ba6307603c117.tar.gz ruby-5dfc24bc9ffafe6780a173c6177ba6307603c117.tar.xz ruby-5dfc24bc9ffafe6780a173c6177ba6307603c117.zip | |
* version.h: use patchlevel if revision is not set.
* {bcc32,win{32,ce}}/setup.mak (-version-): skip including revision.h.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince')
| -rw-r--r-- | wince/setup.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wince/setup.mak b/wince/setup.mak index ca4a42b14..96151c7da 100644 --- a/wince/setup.mak +++ b/wince/setup.mak @@ -63,6 +63,7 @@ BASERUBY = $(BASERUBY) !endif << @$(CPP) -I$(srcdir) <<"Creating $(MAKEFILE)" >> $(MAKEFILE) +#define RUBY_REVISION 0 #include "version.h" MAJOR = RUBY_VERSION_MAJOR MINOR = RUBY_VERSION_MINOR |
