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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 19ae0ac8..d376af3f 100644 --- a/configure.ac +++ b/configure.ac @@ -59,7 +59,6 @@ fi AC_PROG_CC AC_PROG_INSTALL AC_PROG_LN_S -AC_PROG_RANLIB AC_PROG_LIBTOOL PKG_PROG_PKG_CONFIG @@ -126,4 +125,5 @@ ao-tools/ao-view/Makefile ao-tools/libaltos/Makefile ao-tools/altosui/Makefile ao-utils/Makefile +src/Version ]) |