diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-24 07:51:07 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-24 07:51:07 +0800 |
commit | 235cd1df1e95e75754a5267988e1e13c63c376a3 (patch) | |
tree | 512b90db86851f5f6ae0311c00bbd107481f746d | |
parent | 74843615c2fb02bf8646897a1061b8af515dc75e (diff) |
Rename the project
-rw-r--r-- | Doxyfile | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = libicclient +PROJECT_NAME = libinterchange # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version diff --git a/configure.ac b/configure.ac index a08c656..cc4846b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([icclient], [0.0], [pt@darapsa.co.id]) +AC_INIT([interchange], [0.0], [prabowo@darapsa.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CC AM_PROG_AR |