update version to 0.12.6
This commit is contained in:
parent
2319034be4
commit
7aae4714a0
|
@ -19,6 +19,6 @@
|
|||
|
||||
#include <QObject>
|
||||
|
||||
#define DEVCPP_VERSION "beta.0.12.5"
|
||||
#define DEVCPP_VERSION "beta.0.12.6"
|
||||
|
||||
#endif // VERSION_H
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
TMP_FOLDER=/tmp/redpandaide
|
||||
version=0.12.5
|
||||
version=0.12.6
|
||||
make install
|
||||
mkdir $TMP_FOLDER
|
||||
mkdir $TMP_FOLDER/DEBIAN
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Package: RedPanda-IDE
|
||||
Version: 0.12.5
|
||||
Version: 0.12.6
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
|
|
Loading…
Reference in New Issue