diff options
| author | Keith Packard <keithp@keithp.com> | 2010-09-04 17:59:11 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-09-04 18:21:41 -0700 |
| commit | aed59e1c057c13e28fd368dc2592aa4628211097 (patch) | |
| tree | 2f4efb9e88c9e0a70274f064c418f4b8fa33dcc0 /src/tidongle | |
| parent | 2808bba3efa1cff133cc060dabff06fab8b75388 (diff) | |
Add version numbers to released files. Set version to 0.7.1
Instead of using git revision counts for version numbers, use explicit
versions numbers configured in the configure.ac file. Expose published
files with version numbers.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/tidongle')
| -rw-r--r-- | src/tidongle/.gitignore | 2 | ||||
| -rw-r--r-- | src/tidongle/Makefile.defs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tidongle/.gitignore b/src/tidongle/.gitignore index 3323f640..3888a0f9 100644 --- a/src/tidongle/.gitignore +++ b/src/tidongle/.gitignore @@ -1,2 +1,2 @@ -tidongle +tidongle* ao_product.h diff --git a/src/tidongle/Makefile.defs b/src/tidongle/Makefile.defs index fdd51732..0e13cb20 100644 --- a/src/tidongle/Makefile.defs +++ b/src/tidongle/Makefile.defs @@ -1,4 +1,4 @@ -PROG = tidongle.ihx +PROG = tidongle-$(VERSION).ihx SRC = \ $(TI_SRC) |
