Do not use hash sign in AppVeyor version format.

Using hash sign (#) in version format causes
  "Build not found or access denied."
error in build history page of AppVeyor.
diff --git a/appveyor.yml b/appveyor.yml
index 76f1ecd..ee9e967 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,7 +27,7 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-version: '{branch} build #{build}'
+version: '{branch} build {build}'
 skip_tags: true
 clone_depth: 1
 clone_folder: c:\projects\mozc
diff --git a/src/mozc_version_template.txt b/src/mozc_version_template.txt
index 3be884f..04df924 100644
--- a/src/mozc_version_template.txt
+++ b/src/mozc_version_template.txt
@@ -1,6 +1,6 @@
 MAJOR=2
 MINOR=17
-BUILD=2094
+BUILD=2095
 REVISION=102
 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
 # downloaded by NaCl Mozc.