summaryrefslogtreecommitdiffstats
path: root/Jamfile
diff options
context:
space:
mode:
authorhandbrake <[email protected]>2006-01-14 12:58:25 +0000
committerhandbrake <[email protected]>2006-01-14 12:58:25 +0000
commitf013e3544c0bdf17348d617a467af0e4fde0f545 (patch)
tree9809a1bcb40b4e83294a31dc16c96af6fda21232 /Jamfile
parent452f36599a1ea52f3bd42361b534594568c428fd (diff)
HandBrake 0.4.1
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamfile b/Jamfile
index a900913d9..471473592 100644
--- a/Jamfile
+++ b/Jamfile
@@ -1,10 +1,10 @@
-# $Id: Jamfile,v 1.38 2003/10/13 23:46:41 titer Exp $
+# $Id: Jamfile,v 1.41 2003/10/16 13:46:32 titer Exp $
#
# This file is part of the HandBrake source code.
# Homepage: <http://beos.titer.org/handbrake/>.
# It may be used under the terms of the GNU General Public License.
-HB_VERSION = 0.4 ;
+HB_VERSION = 0.4.1 ;
# Compilers
C++ = g++ ;