We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a7584 commit 15f3976Copy full SHA for 15f3976
configure.ac
@@ -2,7 +2,9 @@
2
# Process this file with autoconf to produce a configure script.
3
4
AC_PREREQ([2.63])
5
-AC_INIT([Camoto Studio], [0.1], [[email protected]], [], [http://www.shikadi.net/camoto])
+AC_INIT([Camoto Studio], [1.2],
6
+ [https://github.com/Malvineous/camoto-studio/issues],
7
+ [], [http://www.shikadi.net/camoto])
8
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
9
AC_CONFIG_SRCDIR([src/main.cpp])
10
AC_CONFIG_HEADERS([config.h])
0 commit comments