Explorar o código

Version 0.0.9

Kandrashin Denis %!s(int64=10) %!d(string=hai) anos
pai
achega
db33f5ed18
Modificáronse 4 ficheiros con 10 adicións e 4 borrados
  1. 1 1
      CMakeLists.txt
  2. 1 1
      README
  3. 7 1
      debian/changelog
  4. 1 1
      ubuntu.sh

+ 1 - 1
CMakeLists.txt

@@ -10,7 +10,7 @@
 cmake_minimum_required(VERSION 2.6.0)
 cmake_minimum_required(VERSION 2.6.0)
 
 
 project(fb2edit)
 project(fb2edit)
-set(PACKAGE_VERSION "0.0.8")
+set(PACKAGE_VERSION "0.0.9")
 set(PACKAGE_VENDOR "LinTest")
 set(PACKAGE_VENDOR "LinTest")
 set(PACKAGE_NAME ${PROJECT_NAME})
 set(PACKAGE_NAME ${PROJECT_NAME})
 set(PACKAGE_STRING "${PROJECT_NAME} ${PACKAGE_VERSION}")
 set(PACKAGE_STRING "${PROJECT_NAME} ${PACKAGE_VERSION}")

+ 1 - 1
README

@@ -1,4 +1,4 @@
-fb2edit 0.0.7 (c) Denis Kandrashin, 2012
+fb2edit 0.0.9 (c) Denis Kandrashin, 2014
 
 
 Distribution: source codes are distributed under the terms 
 Distribution: source codes are distributed under the terms 
   of GNU General Public License (GPL).
   of GNU General Public License (GPL).

+ 7 - 1
debian/changelog

@@ -1,4 +1,10 @@
-fb2edit (0.0.7-squeeze1ubuntu1) UNRELEASED; urgency=low
+fb2edit (0.0.9-squeeze1) UNRELEASED; urgency=low
+
+  * Update release
+
+ -- Denis Kandrashin <mail@lintest.ru>  Fri, 18 Jul 2014 21:52:16 +0400
+
+fb2edit (0.0.8-squeeze1) UNRELEASED; urgency=low
 
 
   * Update release
   * Update release
 
 

+ 1 - 1
ubuntu.sh

@@ -1,6 +1,6 @@
 #!/bin/sh
 #!/bin/sh
 
 
-LIST="saucy raring quantal precise"
+LIST="utopic trusty"
 
 
 NUMBER=1
 NUMBER=1