summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2007-11-27 00:54:11 +0000
committerAkira TAGOH <akira@tagoh.org>2007-11-27 00:54:11 +0000
commit06e661c290f1c1faea696951885a4db2abb019e9 (patch)
treec5adc25d0278c04dd80b333666892e75fbb8aba6
parentae9b673764c35b593582d248036f102639c573d2 (diff)
* update-version: trivial update.
-rw-r--r--ChangeLog2
-rw-r--r--hieroglyph/version.h.in8
-rw-r--r--hieroglyph/version.h.in.in2
3 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 175a739..af28580 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-11-27 Akira TAGOH <akira@tagoh.org>
+ * update-version: trivial update.
+
* hieroglyph/hgobject.c (_hg_object_new): Initialize the object type.
(hg_object_name_new): Initialize the unused value too.
diff --git a/hieroglyph/version.h.in b/hieroglyph/version.h.in
index 14ae25c..65a8181 100644
--- a/hieroglyph/version.h.in
+++ b/hieroglyph/version.h.in
@@ -21,8 +21,8 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
-#ifndef be37381d-6757-45e2-818f-020bd2a1f7f0VERSION_H__
-#define be37381d-6757-45e2-818f-020bd2a1f7f0VERSION_H__
+#ifndef __HIEROGLYPH__VERSION_H__
+#define __HIEROGLYPH__VERSION_H__
#include <glib/gmacros.h>
@@ -30,10 +30,10 @@
G_BEGIN_DECLS
#define HIEROGLYPH_VERSION "@VERSION@"
-#define HIEROGLYPH_UUID "be37381d-6757-45e2-818f-020bd2a1f7f0"
+#define HIEROGLYPH_UUID "0c180155-7a70-4aea-bdeb-0742542638a4"
const char *__hg_rcsid G_GNUC_UNUSED = "$Rev$";
G_END_DECLS
-#endif /* be37381d-6757-45e2-818f-020bd2a1f7f0VERSION_H__ */
+#endif /* __HIEROGLYPH__VERSION_H__ */
diff --git a/hieroglyph/version.h.in.in b/hieroglyph/version.h.in.in
index 4f35b3a..0c3a799 100644
--- a/hieroglyph/version.h.in.in
+++ b/hieroglyph/version.h.in.in
@@ -30,7 +30,7 @@
G_BEGIN_DECLS
#define HIEROGLYPH_VERSION "@VERSION@"
-#define HIEROGLYPH_UUID "__HIEROGLYPH__"
+#define HIEROGLYPH_UUID "%%HIEROGLYPH%%"
const char *__hg_rcsid G_GNUC_UNUSED = "$Rev$";