• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

github 上にある MMDAI と MMDAI2 (VPVM) のミラーです


Commit MetaInfo

Revisãod4b3a511d0f3639a089119dae7a06532b15bf62e (tree)
Hora2012-02-05 20:50:53
Autorhkrn <hikarin.jp@gmai...>
Commiterhkrn

Mensagem de Log

libvpvl => 0.16.1 / QMA2 => 0.16.0

Mudança Sumário

Diff

--- a/QMA2/main.cc
+++ b/QMA2/main.cc
@@ -122,7 +122,7 @@ int main(int argc, char *argv[])
122122 QWidget fake;
123123 QList<QTranslatorPtr> translators;
124124 a.setApplicationName("MMDAI2");
125- a.setApplicationVersion("0.15.0");
125+ a.setApplicationVersion("0.16.0");
126126 a.setOrganizationDomain("mmdai.github.com");
127127 a.setOrganizationName("MMDAI");
128128 QTextCodec::setCodecForCStrings(QTextCodec::codecForName("UTF-8"));
--- a/QMA2/resources/Info.plist
+++ b/QMA2/resources/Info.plist
@@ -90,9 +90,9 @@
9090 <key>CFBundleIdentifier</key>
9191 <string>com.github.mmdai</string>
9292 <key>CFBundleVersion</key>
93- <string>0.15.0</string>
93+ <string>0.16.0</string>
9494 <key>CFBundleShortVersionString</key>
95- <string>0.15.0</string>
95+ <string>0.16.0</string>
9696 <key>CFBundleGetInfoString</key>
9797 <string>MMDAI2 is an application to edit VMD motion</string>
9898 <key>LSArchitecturePriority</key>
--- a/libvpvl/CMakeLists.txt
+++ b/libvpvl/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6)
22
33 set(VPVL_VERSION_MAJOR 0)
44 set(VPVL_VERSION_COMPAT 16)
5-set(VPVL_VERSION_MINOR 0)
5+set(VPVL_VERSION_MINOR 1)
66
77 # set library version
88 set(VPVL_VERSION "${VPVL_VERSION_MAJOR}.${VPVL_VERSION_COMPAT}.${VPVL_VERSION_MINOR}")