release v0.3.2 bugfix sandbox/inhong/upstream-git upstream-git
authormarguerite <i@marguerite.su>
Sat, 18 Jun 2016 17:33:18 +0000 (01:33 +0800)
committermarguerite <i@marguerite.su>
Sat, 18 Jun 2016 17:33:18 +0000 (01:33 +0800)
README [new file with mode: 0644]
README.md [deleted file]
configure.ac

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..673a444
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+Scim-Unikey IME
+---------------
+Copyright (C) 2008-2009 Ubuntu-VN <http://www.ubuntu-vn.org>
+Author: Lê Quốc Tuấn <mr.lequoctuan@gmail.com>
+Home: https://github.com/scim-im/scim-unikey
+License: GPL-2.0
+---------------------------------------------
+scim-unikey is a scim input method engine.
+It use ukengine for progress key event.
+(a mod version of ukengine)
+
+For support: goto http://forum.ubuntu-vn.org/viewforum.php?f=85
+
+Please read INSTALL for how to install
+
+This is imported from code.google.com/p/scim-unikey.
diff --git a/README.md b/README.md
deleted file mode 100644 (file)
index 673a444..0000000
--- a/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-Scim-Unikey IME
----------------
-Copyright (C) 2008-2009 Ubuntu-VN <http://www.ubuntu-vn.org>
-Author: Lê Quốc Tuấn <mr.lequoctuan@gmail.com>
-Home: https://github.com/scim-im/scim-unikey
-License: GPL-2.0
----------------------------------------------
-scim-unikey is a scim input method engine.
-It use ukengine for progress key event.
-(a mod version of ukengine)
-
-For support: goto http://forum.ubuntu-vn.org/viewforum.php?f=85
-
-Please read INSTALL for how to install
-
-This is imported from code.google.com/p/scim-unikey.
index 4c7efce87182caa225805d5abdd4e56fe1896137..9e207f74816bd720ea6b8909b74ba1bea26faad0 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)
 
-AC_INIT(scim-unikey, 0.3.1, mr.lequoctuan@gmail.com)
+AC_INIT(scim-unikey, 0.3.2, mr.lequoctuan@gmail.com)
 
 cflags_set=${CFLAGS+set}
 cppflags_set=${CPPFLAGS+set}