View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000091 | luatex | feature request | public | 2008-09-19 07:15 | 2008-09-30 09:49 |
| Reporter | Taco | Assigned To | Taco | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Target Version | 0.30.0 | Fixed in Version | 0.30.0 | ||
| Summary | 0000091: Show revision number in binary | ||||
| Description | Peter Muenster proposed the following: in tools/get-svnversion.sh: #!/bin/sh if which svnversion && which sed; then REV=`svnversion | sed -r 's/^([0-9]+).*/\1/'` case $REV in *[^0-9]*) echo unknown exit 0 ;; esac echo $REV else echo unknown fi in Makefile: SVN_REV := $(shell tools/get-svnversion.sh) CFLAGS += -DSVN_REV=\"$(SVN_REV)\" in C-file: puts("svn revision: " SVN_REV); | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2008-09-19 07:15 | Taco | New Issue | |
| 2008-09-23 15:00 | Taco | Status | new => resolved |
| 2008-09-23 15:00 | Taco | Fixed in Version | => 0.30.0 |
| 2008-09-23 15:00 | Taco | Resolution | open => fixed |
| 2008-09-23 15:00 | Taco | Assigned To | => Taco |
| 2008-09-23 15:00 | Taco | Note Added: 0000054 | |
| 2008-09-30 09:49 | Taco | Status | resolved => closed |