shithub: opus-tools

Download patch

ref: 3532f5f3e06ea0565ea74a71b4169936e7b52fb4
parent: d64048b4398c41309997539308a14d862eeb6eff
author: Ralph Giles <giles@mozilla.com>
date: Fri Dec 7 07:08:19 EST 2012

Add a static win32/version.h for tarball builds.

This must be updated in sync with the version numbers in
configure.ac.

The autotools build strips the initial 'v' from release
tags, but genversion.bat does not, so I've left it in
the static version.h to match what would be generated
when building from the git tag.

--- a/.gitignore
+++ b/.gitignore
@@ -39,4 +39,3 @@
 *.vcxproj.user
 opus-tools.sdf
 opus-tools.suo
-version.h
\ No newline at end of file
--- /dev/null
+++ b/win32/version.h
@@ -1,0 +1,1 @@
+#define VERSION "v0.1.6"