OSDN Git Service

Don't discard titles during scan just because of a read failure on one or more of...
[handbrake-jp/handbrake-jp-git.git] / Makefile.config
index 4a82d7a..8b014f1 100644 (file)
@@ -1,10 +1,10 @@
 SNAP = $(shell echo $$SNAPSHOT)
 ifeq ($(SNAP), 1)
-HB_BUILD = $(shell date "+%Y%m%d")01
-HB_VERSION = 0.8.5s$(shell date "+%d")
+HB_BUILD = $(shell date "+%Y%m%d")00
+HB_VERSION = 0.9.1s$(shell date "+%d")
 else
-HB_BUILD = $(shell date "+%Y%m%d")01
-HB_VERSION = "0.8.5b1"
+HB_BUILD = $(shell date "+%Y%m%d")00
+HB_VERSION = "0.9.1"
 endif
 HB_DEFPPC = $(shell uname -a | grep ppc > /dev/null ; echo RES$$?)
 ifeq ($(HB_DEFPPC), RES0)