Start packaging of version 0.12

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1945 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-01-27 10:52:30 +00:00
parent ca850bd05b
commit a095609066
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View File

@@ -1,3 +1,7 @@
domframework (0.12-1) testing; urgency=low
* BUG locale : Missing all the locales in Debian package
-- Dominique Fournier <dominique@fournier38.fr> Tue, 27 Jan 2015 11:51:57 +0100
domframework (0.11-1) testing; urgency=low
* BUG dblayer : check if the unique multiple values are not used before
updating

View File

@@ -1,6 +1,6 @@
#!/bin/bash -x
# Think about changing the version.php file !!
VERSION="0.11"
VERSION="0.12"
PACKAGE="domframework"
rm -rf /tmp/${PACKAGE}pack
mkdir /tmp/${PACKAGE}pack