Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 1, 2012
1 parent 50b9384 commit 95ad2c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -3039,7 +3039,7 @@ fi

# Define the identity of the package.
PACKAGE=cabocha
VERSION=0.62
VERSION=0.63


cat >>confdefs.h <<_ACEOF
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_INIT(src/cabocha.cpp)
AH_TEMPLATE([HAVE_TLS_KEYWORD], [])
AM_INIT_AUTOMAKE(cabocha, 0.62)
AM_INIT_AUTOMAKE(cabocha, 0.63)
AM_MAINTAINER_MODE

# MODEL_VERSION XXYY
Expand Down
6 changes: 3 additions & 3 deletions man/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ CABOCHA_DEFAULT_RC = ${prefix}/etc/cabocharc
CABOCHA_LIBS = -lcrfpp -lmecab -L/usr/local/lib -lmecab -lstdc++
CABOCHA_MODEL_LIST = chunk.ipa.model chunk.juman.model chunk.unidic.model dep.ipa.model dep.juman.model dep.unidic.model ne.ipa.model ne.juman.model ne.unidic.model
CABOCHA_TXTMODEL_LIST = chunk.ipa.txt chunk.juman.txt chunk.unidic.txt dep.ipa.txt dep.juman.txt dep.unidic.txt ne.ipa.txt ne.juman.txt ne.unidic.txt
CABOCHA_USE_UTF8_ONLY = -DCABOCHA_USE_UTF8_ONLY
CABOCHA_USE_UTF8_ONLY =
CC = gcc
CCDEPMODE = depmode=none
CFLAGS = -O3 -Wno-deprecated -Wall
CHARSET = UTF-8
CHARSET = utf8
CPP = gcc -E
CPPFLAGS =
CXX = g++
Expand Down Expand Up @@ -153,7 +153,7 @@ SED = /bin/sed
SET_MAKE =
SHELL = /bin/bash
STRIP = strip
VERSION = 0.62
VERSION = 0.63
abs_builddir = /home/taku/proj/cabocha/man
abs_srcdir = /home/taku/proj/cabocha/man
abs_top_builddir = /home/taku/proj/cabocha
Expand Down

0 comments on commit 95ad2c7

Please sign in to comment.