mirror of
				https://bitbucket.org/ohhara/ohmulticastvideoscanner.git
				synced 2025-10-28 00:49:01 +00:00 
			
		
		
		
	Update ver to v0.2.
This commit is contained in:
		
							parent
							
								
									c4c8e625bc
								
							
						
					
					
						commit
						59f4f8653f
					
				
							
								
								
									
										4
									
								
								NEWS
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								NEWS
									
									
									
									
									
								
							| @ -1,3 +1,7 @@ | ||||
| Oh! Multicast Video Scanner 0.2                                      2016-01-29 | ||||
| =============================================================================== | ||||
| * Improve documents. | ||||
| 
 | ||||
| Oh! Multicast Video Scanner 0.1                                      2016-01-23 | ||||
| =============================================================================== | ||||
| * Initial release. | ||||
|  | ||||
							
								
								
									
										20
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @ -1,6 +1,6 @@ | ||||
| #! /bin/sh | ||||
| # Guess values for system-dependent variables and create Makefiles. | ||||
| # Generated by GNU Autoconf 2.69 for Oh! Multicast Video Scanner 0.1. | ||||
| # Generated by GNU Autoconf 2.69 for Oh! Multicast Video Scanner 0.2. | ||||
| # | ||||
| # Report bugs to <ohhara@postech.edu>. | ||||
| # | ||||
| @ -590,8 +590,8 @@ MAKEFLAGS= | ||||
| # Identity of this package. | ||||
| PACKAGE_NAME='Oh! Multicast Video Scanner' | ||||
| PACKAGE_TARNAME='omvs' | ||||
| PACKAGE_VERSION='0.1' | ||||
| PACKAGE_STRING='Oh! Multicast Video Scanner 0.1' | ||||
| PACKAGE_VERSION='0.2' | ||||
| PACKAGE_STRING='Oh! Multicast Video Scanner 0.2' | ||||
| PACKAGE_BUGREPORT='ohhara@postech.edu' | ||||
| PACKAGE_URL='http://ohhara.sarang.net/omvs' | ||||
| 
 | ||||
| @ -1332,7 +1332,7 @@ if test "$ac_init_help" = "long"; then | ||||
|   # Omit some internal or obsolete options to make the list less imposing. | ||||
|   # This message is too long to be a string in the A/UX 3.1 sh. | ||||
|   cat <<_ACEOF | ||||
| \`configure' configures Oh! Multicast Video Scanner 0.1 to adapt to many kinds of systems. | ||||
| \`configure' configures Oh! Multicast Video Scanner 0.2 to adapt to many kinds of systems. | ||||
| 
 | ||||
| Usage: $0 [OPTION]... [VAR=VALUE]... | ||||
| 
 | ||||
| @ -1402,7 +1402,7 @@ fi | ||||
| 
 | ||||
| if test -n "$ac_init_help"; then | ||||
|   case $ac_init_help in | ||||
|      short | recursive ) echo "Configuration of Oh! Multicast Video Scanner 0.1:";; | ||||
|      short | recursive ) echo "Configuration of Oh! Multicast Video Scanner 0.2:";; | ||||
|    esac | ||||
|   cat <<\_ACEOF | ||||
| 
 | ||||
| @ -1524,7 +1524,7 @@ fi | ||||
| test -n "$ac_init_help" && exit $ac_status | ||||
| if $ac_init_version; then | ||||
|   cat <<\_ACEOF | ||||
| Oh! Multicast Video Scanner configure 0.1 | ||||
| Oh! Multicast Video Scanner configure 0.2 | ||||
| generated by GNU Autoconf 2.69 | ||||
| 
 | ||||
| Copyright (C) 2012 Free Software Foundation, Inc. | ||||
| @ -1893,7 +1893,7 @@ cat >config.log <<_ACEOF | ||||
| This file contains any messages produced by compilers while | ||||
| running configure, to aid debugging if configure makes a mistake. | ||||
| 
 | ||||
| It was created by Oh! Multicast Video Scanner $as_me 0.1, which was | ||||
| It was created by Oh! Multicast Video Scanner $as_me 0.2, which was | ||||
| generated by GNU Autoconf 2.69.  Invocation command line was | ||||
| 
 | ||||
|   $ $0 $@ | ||||
| @ -2757,7 +2757,7 @@ fi | ||||
| 
 | ||||
| # Define the identity of the package. | ||||
|  PACKAGE='omvs' | ||||
|  VERSION='0.1' | ||||
|  VERSION='0.2' | ||||
| 
 | ||||
| 
 | ||||
| cat >>confdefs.h <<_ACEOF | ||||
| @ -13266,7 +13266,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||||
| # report actual input values of CONFIG_FILES etc. instead of their | ||||
| # values after options handling. | ||||
| ac_log=" | ||||
| This file was extended by Oh! Multicast Video Scanner $as_me 0.1, which was | ||||
| This file was extended by Oh! Multicast Video Scanner $as_me 0.2, which was | ||||
| generated by GNU Autoconf 2.69.  Invocation command line was | ||||
| 
 | ||||
|   CONFIG_FILES    = $CONFIG_FILES | ||||
| @ -13333,7 +13333,7 @@ _ACEOF | ||||
| cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||||
| ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | ||||
| ac_cs_version="\\ | ||||
| Oh! Multicast Video Scanner config.status 0.1 | ||||
| Oh! Multicast Video Scanner config.status 0.2 | ||||
| configured by $0, generated by GNU Autoconf 2.69, | ||||
|   with options \\"\$ac_cs_config\\" | ||||
| 
 | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| AC_PREREQ([2.69]) | ||||
| AC_INIT([Oh! Multicast Video Scanner], [0.1], [ohhara@postech.edu], [omvs], | ||||
| AC_INIT([Oh! Multicast Video Scanner], [0.2], [ohhara@postech.edu], [omvs], | ||||
|   [http://ohhara.sarang.net/omvs]) | ||||
| AC_CONFIG_MACRO_DIR([m4]) | ||||
| AM_INIT_AUTOMAKE([-Wall]) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user