• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

*NIXコンソール用Google ToDo(Tasks) クライアント


Commit MetaInfo

Revision15981039af0d748d7103419008050cbbe77b275d (tree)
Time2021-03-07 22:34:38
AuthorKoine Yuusuke(koinec) <koinec@user...>
CommiterKoine Yuusuke(koinec)

Log Message

Fix library version.

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,5 @@
1+ChangeLog file for todocmd
12
2- ChangeLog file for todocmd
3-
4-Changes in 0.1.0:
3+Changes in 0.8.0:
54 - initial release version.
65
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
11 #! /bin/sh
22 # Guess values for system-dependent variables and create Makefiles.
3-# Generated by GNU Autoconf 2.69 for todocmd 0.1.0.
3+# Generated by GNU Autoconf 2.69 for todocmd 0.8.0.
44 #
55 # Report bugs to <koinec@users.osdn.me>.
66 #
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590 # Identity of this package.
591591 PACKAGE_NAME='todocmd'
592592 PACKAGE_TARNAME='todocmd'
593-PACKAGE_VERSION='0.1.0'
594-PACKAGE_STRING='todocmd 0.1.0'
593+PACKAGE_VERSION='0.8.0'
594+PACKAGE_STRING='todocmd 0.8.0'
595595 PACKAGE_BUGREPORT='koinec@users.osdn.me'
596596 PACKAGE_URL=''
597597
@@ -1332,7 +1332,7 @@ if test "$ac_init_help" = "long"; then
13321332 # Omit some internal or obsolete options to make the list less imposing.
13331333 # This message is too long to be a string in the A/UX 3.1 sh.
13341334 cat <<_ACEOF
1335-\`configure' configures todocmd 0.1.0 to adapt to many kinds of systems.
1335+\`configure' configures todocmd 0.8.0 to adapt to many kinds of systems.
13361336
13371337 Usage: $0 [OPTION]... [VAR=VALUE]...
13381338
@@ -1402,7 +1402,7 @@ fi
14021402
14031403 if test -n "$ac_init_help"; then
14041404 case $ac_init_help in
1405- short | recursive ) echo "Configuration of todocmd 0.1.0:";;
1405+ short | recursive ) echo "Configuration of todocmd 0.8.0:";;
14061406 esac
14071407 cat <<\_ACEOF
14081408
@@ -1525,7 +1525,7 @@ fi
15251525 test -n "$ac_init_help" && exit $ac_status
15261526 if $ac_init_version; then
15271527 cat <<\_ACEOF
1528-todocmd configure 0.1.0
1528+todocmd configure 0.8.0
15291529 generated by GNU Autoconf 2.69
15301530
15311531 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1948,7 +1948,7 @@ cat >config.log <<_ACEOF
19481948 This file contains any messages produced by compilers while
19491949 running configure, to aid debugging if configure makes a mistake.
19501950
1951-It was created by todocmd $as_me 0.1.0, which was
1951+It was created by todocmd $as_me 0.8.0, which was
19521952 generated by GNU Autoconf 2.69. Invocation command line was
19531953
19541954 $ $0 $@
@@ -2811,7 +2811,7 @@ fi
28112811
28122812 # Define the identity of the package.
28132813 PACKAGE='todocmd'
2814- VERSION='0.1.0'
2814+ VERSION='0.8.0'
28152815
28162816
28172817 cat >>confdefs.h <<_ACEOF
@@ -13518,7 +13518,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1351813518 # report actual input values of CONFIG_FILES etc. instead of their
1351913519 # values after options handling.
1352013520 ac_log="
13521-This file was extended by todocmd $as_me 0.1.0, which was
13521+This file was extended by todocmd $as_me 0.8.0, which was
1352213522 generated by GNU Autoconf 2.69. Invocation command line was
1352313523
1352413524 CONFIG_FILES = $CONFIG_FILES
@@ -13584,7 +13584,7 @@ _ACEOF
1358413584 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1358513585 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1358613586 ac_cs_version="\\
13587-todocmd config.status 0.1.0
13587+todocmd config.status 0.8.0
1358813588 configured by $0, generated by GNU Autoconf 2.69,
1358913589 with options \\"\$ac_cs_config\\"
1359013590
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
22 # Process this file with autoconf to produce a configure script.
33
44 AC_PREREQ([2.69])
5-AC_INIT(todocmd, 0.1.0, koinec@users.osdn.me)
5+AC_INIT(todocmd, 0.8.0, koinec@users.osdn.me)
66 AM_INIT_AUTOMAKE
77 AC_CONFIG_SRCDIR([src/todocmd_main.c])
88 AC_CONFIG_HEADERS([config.h])
--- a/todocmd.spec
+++ b/todocmd.spec
@@ -1,6 +1,6 @@
11 Name: todocmd
22 Summary: Google ToDo console client
3-Version: 0.1.0
3+Version: 0.8.0
44 Release: 0
55 Group: Applications/Text
66 License: BSD
@@ -34,5 +34,5 @@ rm -rf %{buildroot}
3434 %doc README COPYING
3535
3636 %changelog
37-* 2020/07/05 Koine Yuusuke(koinec) <koinec@users.osdn.me> 0.1.0
37+* 2020/07/05 Koine Yuusuke(koinec) <koinec@users.osdn.me> 0.8.0
3838 - initial release.