Revision 7479a62a7aaa0565feaff0fe5e9626fae6f2bfc0 authored by fyrz on 01 February 2015, 13:30:41 UTC, committed by fyrz on 01 February 2015, 13:32:51 UTC
The version change instruction is obsolete with the change
that maven pulls versioning information from version.h.
1 parent 4a4e427
Raw File
.gitignore
TARGETS
make_config.mk

*.a
*.arc
*.d
*.dylib*
*.gcda
*.gcno
*.o
*.so
*.so.*
*_test
*_bench
*_stress
*.out
*.class
*.jar
*.*jnilib*
*.d-e
*.o-*
*.swp
*~

ldb
manifest_dump
sst_dump
util/build_version.cc
build_tools/VALGRIND_LOGS/
coverage/COVERAGE_REPORT
.gdbhistory
package/
.phutil_module_cache
tags

java/out
java/*.log
java/include/org_rocksdb_*.h

.idea/
*.iml

unity.cc
java/crossbuild/.vagrant
.vagrant/
java/**.asc
java/javadoc
back to top